Skip to content

Commit acd7f91

Browse files
committed
1 parent bed4ba5 commit acd7f91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ module.exports = {
135135
// The `ban-types` rule handles this better
136136
// '@typescript-eslint/no-explicit-any': 'error',
137137

138+
'no-extra-parens': 'off',
139+
'@typescript-eslint/no-extra-parens.md': 'error',
138140
'@typescript-eslint/no-extraneous-class': 'error',
139141
'@typescript-eslint/no-for-in-array': 'error',
140142
'@typescript-eslint/no-inferrable-types': 'error',

0 commit comments

Comments
 (0)