mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(jscsrc) add disallowTrailingComma
This commit is contained in:
parent
ba74104b78
commit
f1d3681cd8
1 changed files with 2 additions and 1 deletions
3
.jscsrc
3
.jscsrc
|
|
@ -2,6 +2,7 @@
|
|||
"preset": "crockford",
|
||||
"requireSpaceAfterKeywords": null,
|
||||
"disallowTrailingWhitespace": "ignoreEmptyLines",
|
||||
"validateIndentation": null,
|
||||
"disallowTrailingComma": null,
|
||||
"validateIndentation": null,
|
||||
"requireCurlyBraces": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue