feature(jshint) add expr: "if ExpressionStatement should be allowed as Programs"

This commit is contained in:
coderaiser 2013-09-10 16:36:07 +03:00
parent 9384af51e3
commit a2ee8d6181

View file

@ -14,5 +14,6 @@
"nonew" : true,
"strict" : true,
"undef" : true,
"evil" : true /* using for JSON-parsing if brawser old and crappy */
}
"evil" : true, /* using for JSON-parsing if brawser old and crappy */
"expr" : true
}