cloudcmd/test/.jshintrc
2012-07-24 08:25:19 -04:00

18 lines
No EOL
408 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 */
}