chore: remove rule for comma-dangle

This commit is contained in:
Faris Ansari 2022-01-04 15:03:36 +05:30
parent 00d924c5c0
commit 6fcce176c3

View File

@ -35,7 +35,6 @@
"block-scoped-var": 2, "block-scoped-var": 2,
"brace-style": [2, "1tbs", { "allowSingleLine": true }], "brace-style": [2, "1tbs", { "allowSingleLine": true }],
"camelcase": [2, { "properties": "always" }], "camelcase": [2, { "properties": "always" }],
"comma-dangle": [2, "never"],
"comma-spacing": [2, { "before": false, "after": true }], "comma-spacing": [2, { "before": false, "after": true }],
"comma-style": [2, "last"], "comma-style": [2, "last"],
"complexity": 0, "complexity": 0,