Skip to content

Commit 25b53d0

Browse files
committed
feat: added new rules to ignore for : '@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-unsafe-declaration-merging': 'off',
1 parent bcc54fe commit 25b53d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configs/js.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ const config = [
118118
},
119119
],
120120
'@typescript-eslint/await-thenable': ['error'],
121+
'@typescript-eslint/no-empty-object-type': 'off',
122+
'@typescript-eslint/no-unsafe-declaration-merging': 'off',
121123

122124
'linebreak-style': ['error', 'unix'],
123125
'no-empty': 1,

0 commit comments

Comments
 (0)