Skip to content

Commit d3f7918

Browse files
committed
Merge pull request airbnb#405 from fredericksilva/fs/fixed-additional-trailing-comma
fixed additional trailing comma
2 parents ef7b5cc + 8370c03 commit d3f7918

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)