Skip to content

Commit 4c7cfd7

Browse files
authored
Update .eslintrc
1 parent 623c301 commit 4c7cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* Possible errors
5252
*/
53-
"comma-dangle": [2, "never"], // http://eslint.org/docs/rules/comma-dangle
53+
"comma-dangle": [2, "always"], // http://eslint.org/docs/rules/comma-dangle
5454
"no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
5555
"no-console": 0, // http://eslint.org/docs/rules/no-console
5656
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger

0 commit comments

Comments
 (0)