mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(jshint) add expr: "if ExpressionStatement should be allowed as Programs"
This commit is contained in:
parent
9384af51e3
commit
a2ee8d6181
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue