Skip to content

Commit 48af1d1

Browse files
committed
chore: [eslint] update rules for test files
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent aaf8e26 commit 48af1d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.base.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,8 @@ const config = {
10151015
},
10161016
plugins: ['chai-expect', 'jest-formatting'],
10171017
rules: {
1018+
'@typescript-eslint/ban-types': 0,
1019+
'@typescript-eslint/consistent-indexed-object-style': 0,
10181020
'@typescript-eslint/no-base-to-string': 0,
10191021
'@typescript-eslint/no-empty-function': 0,
10201022
'@typescript-eslint/no-unused-expressions': 0,

0 commit comments

Comments
 (0)