Skip to content

Commit 7162c21

Browse files
committed
1 parent 27a365a commit 7162c21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ module.exports = {
265265
caughtErrorsIgnorePattern: '^_$'
266266
}
267267
],
268+
269+
// Disabled for now as it's marked as experimental.
270+
// '@typescript-eslint/no-unused-vars-experimental': 'error',
271+
268272
'no-useless-constructor': 'off',
269273
'@typescript-eslint/no-useless-constructor': 'error',
270274
'@typescript-eslint/no-var-requires': 'error',

0 commit comments

Comments
 (0)