Skip to content

Commit 46e17cb

Browse files
committed
chore(lint): remove disabling warning-level rules
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 48c7f37 commit 46e17cb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

eslint.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,4 @@ export default defineConfig([
8080
},
8181
},
8282
},
83-
84-
// Temporarily disable rules during migration
85-
{
86-
name: '@nextcloud/vue/disabled-during-migration',
87-
files: ['**/*.{js,ts,vue,mjs,mts}'],
88-
rules: {
89-
'vue/no-unused-properties': 'off',
90-
'vue/no-unused-refs': 'off',
91-
},
92-
},
9383
])

0 commit comments

Comments
 (0)