We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bbeee commit 6626fdaCopy full SHA for 6626fda
eslint.config.mjs
@@ -124,6 +124,7 @@ export default [
124
'@typescript-eslint/explicit-module-boundary-types': 'off',
125
'@typescript-eslint/no-explicit-any': 'error',
126
'@typescript-eslint/no-non-null-assertion': 'error',
127
+ '@typescript-eslint/no-empty-object-type': 'off',
128
'no-undef': 'off',
129
'no-shadow': 'off',
130
'no-use-before-define': 'off',
0 commit comments