fix: Allow for trailing commas in lint rules

This commit is contained in:
Mike Brocchi 2017-09-20 12:22:02 -04:00
parent 546ac49d93
commit f2ee98d303

View File

@ -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],