mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-07 17:32:25 +08:00
29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
|
|
{
|
||
|
|
"node": true,
|
||
|
|
|
||
|
|
"maxparams": 5,
|
||
|
|
"maxdepth": 5,
|
||
|
|
"maxstatements": 40,
|
||
|
|
"maxcomplexity": 10,
|
||
|
|
|
||
|
|
"bitwise": false,
|
||
|
|
"boss" : false,
|
||
|
|
"curly": true,
|
||
|
|
"eqeqeq": true,
|
||
|
|
"forin": true,
|
||
|
|
"globalstrict": true,
|
||
|
|
"immed": true,
|
||
|
|
"indent": 4,
|
||
|
|
"latedef": "nofunc",
|
||
|
|
"laxcomma": true,
|
||
|
|
"loopfunc": true,
|
||
|
|
"nonew": true,
|
||
|
|
"multistr": true,
|
||
|
|
"newcap": true,
|
||
|
|
"quotmark": true,
|
||
|
|
"strict": true,
|
||
|
|
"trailing": true,
|
||
|
|
"undef": true,
|
||
|
|
"unused": true
|
||
|
|
}
|