Skip to content

Commit 50450d5

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

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
@@ -79,14 +79,4 @@ export default defineConfig([
7979
},
8080
},
8181
},
82-
83-
// Temporarily disable rules during migration
84-
{
85-
name: '@nextcloud/vue/disabled-during-migration',
86-
files: ['**/*.{js,ts,vue,mjs,mts}'],
87-
rules: {
88-
'vue/no-unused-properties': 'off',
89-
'vue/no-unused-refs': 'off',
90-
},
91-
},
9282
])

0 commit comments

Comments
 (0)