Skip to content

Commit

Permalink
fix: Allow for trailing commas in lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Sep 22, 2017
1 parent 515f871 commit 59d8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"brace-style": [2, "1tbs", { "allowSingleLine": false }],
"callback-return": "off",
"camelcase": "off",
"comma-dangle": "error",
"comma-dangle": "off",
"comma-spacing": "off",
"comma-style": "off",
"complexity": ["off", 11],
Expand Down

0 comments on commit 59d8cf8

Please sign in to comment.