diff --git a/.eslintrc b/.eslintrc index 6363bb2..67b2bd6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -35,7 +35,6 @@ "block-scoped-var": 2, "brace-style": [2, "1tbs", { "allowSingleLine": true }], "camelcase": [2, { "properties": "always" }], - "comma-dangle": [2, "never"], "comma-spacing": [2, { "before": false, "after": true }], "comma-style": [2, "last"], "complexity": 0,