Skip to content

Commit db064d0

Browse files
authored
Turn comma dangle errors off. (#290)
1 parent 906cc85 commit db064d0

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': ['error', 'always-multiline'],
64+
'@typescript-eslint/comma-dangle': ['off'],
6565

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

0 commit comments

Comments
 (0)