There was an error while loading. Please reload this page.
1 parent 5e8b868 commit e4cc77eCopy full SHA for e4cc77e
1 file changed
eslint.config.mjs
@@ -37,6 +37,9 @@ export default [
37
argsIgnorePattern: '^_',
38
caughtErrorsIgnorePattern: '^_',
39
varsIgnorePattern: '^_'
40
+ }],
41
+ '@typescript-eslint/no-empty-object-type': ['error', {
42
+ allowObjectTypes: 'always'
43
}]
44
}
45
},
0 commit comments