mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
19 lines
384 B
Text
19 lines
384 B
Text
{
|
|
"unused" : true,
|
|
"bitwise" : false,
|
|
"browser" : true,
|
|
"devel" : true,
|
|
"eqeqeq" : true,
|
|
"jquery" : false,
|
|
"newcap" : false,
|
|
"noarg" : true,
|
|
"node" : true,
|
|
"noempty" : true,
|
|
"nonew" : true,
|
|
"strict" : true,
|
|
"undef" : true,
|
|
"evil" : true,
|
|
"expr" : true,
|
|
"quotmark": "single",
|
|
"validthis": true
|
|
}
|