Skip to content

Commit 2b1fd4a

Browse files
authored
Remove unnecessary brackets. (#291)
1 parent fb61c4b commit 2b1fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
'@typescript-eslint/semi': ['error', 'never'],
6262

6363
'comma-dangle': 'off',
64-
'@typescript-eslint/comma-dangle': ['off'],
64+
'@typescript-eslint/comma-dangle': 'off',
6565

6666
'dot-notation': 'off',
6767
'@typescript-eslint/dot-notation': 'error',

0 commit comments

Comments
 (0)