cloudcmd/.jshintrc

18 lines
No EOL
414 B
Text

{
"bitwise" : true,
/* "browser" : true, */
"devel" : true,
"eqeqeq" : true,
"es5" : true,
"forin" : true,
"globalstrict" : true,
"jquery" : true,
"newcap" : true,
"noarg" : true,
"node" : true,
"noempty" : true,
"nonew" : true,
"strict" : true,
"undef" : true,
"evil" : true /* using for JSON-parsing if brawser old and crappy */
}