Skip to content

Commit 07b31f0

Browse files
julienbenGretzky
authored andcommitted
Fix for double comma linting issue (#2599)
1 parent 49bae68 commit 07b31f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = {
2727
'compat/compat': 'error',
2828
'arrow-body-style': [2, 'as-needed'],
2929
'class-methods-use-this': 0,
30-
'comma-dangle': [2, 'always-multiline'],
3130
'import/imports-first': 0,
3231
'import/newline-after-import': 0,
3332
'import/no-dynamic-require': 0,

0 commit comments

Comments
 (0)