chore: remove rule for comma-dangle
This commit is contained in:
parent
00d924c5c0
commit
6fcce176c3
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user