Skip to content

Commit 8370c03

Browse files
fixed additional trailing comma - close airbnb#393
1 parent ef7b5cc commit 8370c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linters/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* Possible errors
5454
*/
55-
"comma-dangle": [2, "never"], // http://eslint.org/docs/rules/comma-dangle
55+
"comma-dangle": [2, "always-multiline"], // http://eslint.org/docs/rules/comma-dangle
5656
"no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
5757
"no-console": 1, // http://eslint.org/docs/rules/no-console
5858
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger

0 commit comments

Comments
 (0)