Skip to content

Commit e68e8fc

Browse files
committed
chore: Update eslint config
1 parent cf34d5f commit e68e8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default [
1919
'@typescript-eslint/no-unused-vars': ['error', { caughtErrors: 'none', varsIgnorePattern: '^_' }],
2020
'vue/multi-word-component-names': 'off',
2121
'@typescript-eslint/no-explicit-any': 'off',
22+
'@typescript-eslint/no-empty-object-type': 'off',
2223
},
2324
},
2425
];

0 commit comments

Comments
 (0)