28 lines
No EOL
475 B
Text
28 lines
No EOL
475 B
Text
{
|
|
"unused": true,
|
|
"node": true,
|
|
"white": true,
|
|
"bitwise": false,
|
|
"eqnull": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
"expr": true,
|
|
"indent": 2,
|
|
"latedef": "nofunc",
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"undef": true,
|
|
"quotmark": "single",
|
|
"plusplus": false,
|
|
"boss": true,
|
|
"trailing": true,
|
|
"laxbreak": true,
|
|
"laxcomma": true,
|
|
"validthis": true,
|
|
"sub": true,
|
|
"maxlen": 140,
|
|
"-W084": true,
|
|
"maxerr": 10
|
|
} |