mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(jscsrc) add excludeFiles
This commit is contained in:
parent
6f13f2b654
commit
b413796475
1 changed files with 6 additions and 1 deletions
7
.jscsrc
7
.jscsrc
|
|
@ -5,5 +5,10 @@
|
|||
"disallowTrailingWhitespace": "ignoreEmptyLines",
|
||||
"disallowTrailingComma": null,
|
||||
"validateIndentation": null,
|
||||
"requireCurlyBraces": null
|
||||
"requireCurlyBraces": null,
|
||||
"excludeFiles": [
|
||||
"node_modules/**",
|
||||
"modules/**",
|
||||
"bower_components/**"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue