Skip to content

Commit bc1a117

Browse files
fix: disable no-extra-boolean-cast rule
1 parent ba4cf43 commit bc1a117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export function createBaseConfig(options: InstantConfig = {}): FlatConfigArray {
9191
},
9292
rules: {
9393
'no-console': ['error', { allow: ['warn', 'error'] }],
94+
'no-extra-boolean-cast': 'off',
9495
eqeqeq: ['error', 'smart'],
9596
'no-eval': 'error',
9697
'no-var': 'error',

0 commit comments

Comments
 (0)