зеркало из https://github.com/mozilla/butter.git
66 строки
1.3 KiB
Plaintext
66 строки
1.3 KiB
Plaintext
{
|
|
// Environments
|
|
"browser" : true,
|
|
"devel": true,
|
|
"node" : true,
|
|
"nonstandard": true,
|
|
"predef": [
|
|
"Popcorn",
|
|
"requirejs",
|
|
"require",
|
|
"define"
|
|
],
|
|
|
|
// Enforcing
|
|
//"bitwise": true,
|
|
//"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
//"indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
//"plusplus": true,
|
|
//"quotmark": true,
|
|
//"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": false,
|
|
"trailing": true,
|
|
//"maxparams": 4,
|
|
//"maxdepth": 3,
|
|
//"maxstatements": 4,
|
|
//"maxcomplexity": 5,
|
|
|
|
// Relaxing
|
|
//"asi": true,
|
|
//"boss": true,
|
|
//"debug": true,
|
|
//"eqnull": true,
|
|
"es5" : true,
|
|
//"esnext": true,
|
|
//"evil": true,
|
|
//"expr": true,
|
|
//"funcscope": true,
|
|
"globalstrict": true
|
|
//"iterator": true,
|
|
//"lastsemic": true,
|
|
//"laxbreak": true,
|
|
//"laxcomma": true,
|
|
//"loopfunc": true,
|
|
//"multistr": true,
|
|
//"onecase": true,
|
|
//"proto": true,
|
|
//"regexdash": true,
|
|
//"scripturl": true,
|
|
//"smarttabs": true,
|
|
//"shadow": true,
|
|
//"sub": true
|
|
//"supernew": true,
|
|
//"validthis": true,
|
|
}
|