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 f19240b commit 1bd0115Copy full SHA for 1bd0115
eslint.config.js
@@ -13,7 +13,7 @@ export default defineConfig(
13
sort.configs['flat/recommended'],
14
{
15
rules: {
16
- '@typescript-eslint/no-empty-object-type': 'none',
+ '@typescript-eslint/no-empty-object-type': 'off',
17
'import/newline-after-import': 'error',
18
'import/no-absolute-path': 'warn',
19
'import/no-empty-named-blocks': ['error'],
0 commit comments