Skip to content

Commit 6626fda

Browse files
committed
chore: Adjust new TS ESlint rules
1 parent 87bbeee commit 6626fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export default [
124124
'@typescript-eslint/explicit-module-boundary-types': 'off',
125125
'@typescript-eslint/no-explicit-any': 'error',
126126
'@typescript-eslint/no-non-null-assertion': 'error',
127+
'@typescript-eslint/no-empty-object-type': 'off',
127128
'no-undef': 'off',
128129
'no-shadow': 'off',
129130
'no-use-before-define': 'off',

0 commit comments

Comments
 (0)