mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Update JSCS config.
This commit is contained in:
parent
0fd6e2c878
commit
52ca5275b1
1 changed files with 1 additions and 1 deletions
2
.jscsrc
2
.jscsrc
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// "disallowCommaBeforeLineBreak": true,
|
||||
"disallowDanglingUnderscores": {
|
||||
"allExcept": ["_exception", "_private"]
|
||||
"allExcept": ["_exception", "_obj" , "_private"]
|
||||
},
|
||||
"disallowEmptyBlocks": true,
|
||||
"disallowImplicitTypeConversion": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue