Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59d8cf8

Browse files
committedSep 22, 2017
fix: Allow for trailing commas in lint rules
1 parent 515f871 commit 59d8cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"brace-style": [2, "1tbs", { "allowSingleLine": false }],
144144
"callback-return": "off",
145145
"camelcase": "off",
146-
"comma-dangle": "error",
146+
"comma-dangle": "off",
147147
"comma-spacing": "off",
148148
"comma-style": "off",
149149
"complexity": ["off", 11],

0 commit comments

Comments
 (0)
Please sign in to comment.