mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 07:18:21 -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,
|
// "disallowCommaBeforeLineBreak": true,
|
||||||
"disallowDanglingUnderscores": {
|
"disallowDanglingUnderscores": {
|
||||||
"allExcept": ["_exception", "_private"]
|
"allExcept": ["_exception", "_obj" , "_private"]
|
||||||
},
|
},
|
||||||
"disallowEmptyBlocks": true,
|
"disallowEmptyBlocks": true,
|
||||||
"disallowImplicitTypeConversion": [
|
"disallowImplicitTypeConversion": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue