23 lines
560 B
Plaintext
23 lines
560 B
Plaintext
{
|
|
"camelcase" : true,
|
|
"curly" : true,
|
|
"eqeqeq" : true,
|
|
"forin" : true,
|
|
"indent" : 4,
|
|
"latedef" : true,
|
|
"newcap" : true,
|
|
"nonew" : false,
|
|
"quotmark" : "double",
|
|
"undef" : true,
|
|
"unused" : true,
|
|
"strict" : true,
|
|
"maxparams" : 3,
|
|
"maxdepth" : 3,
|
|
"maxstatements": 16,
|
|
"maxlen" : 80,
|
|
"shadow" : false,
|
|
"browser" : true,
|
|
"jquery" : true,
|
|
"globals" : {
|
|
}
|
|
} |