Skip to content

Commit 32a7c65

Browse files
committed
style: remove useless array
1 parent 53f0521 commit 32a7c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
'@typescript-eslint/explicit-module-boundary-types': 'error',
2424
'@typescript-eslint/no-non-null-assertion': 'error',
2525
'no-shadow': 'off',
26-
'@typescript-eslint/no-shadow': ['error'],
26+
'@typescript-eslint/no-shadow': 'error',
2727

2828
'import/no-unresolved': 'off', // disable as this is handled by tsc itself
2929
'import/first': 'error',

0 commit comments

Comments
 (0)