mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
fix: Allow for trailing commas in lint rules
This commit is contained in:
parent
546ac49d93
commit
f2ee98d303
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user