We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf34d5f commit e68e8fcCopy full SHA for e68e8fc
eslint.config.js
@@ -19,6 +19,7 @@ export default [
19
'@typescript-eslint/no-unused-vars': ['error', { caughtErrors: 'none', varsIgnorePattern: '^_' }],
20
'vue/multi-word-component-names': 'off',
21
'@typescript-eslint/no-explicit-any': 'off',
22
+ '@typescript-eslint/no-empty-object-type': 'off',
23
},
24
25
];
0 commit comments