Skip to content

Commit

Permalink
ignore jshint error "Expected an assignment or function call and inst…
Browse files Browse the repository at this point in the history
…ead saw an expression."

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Oct 23, 2014
1 parent 4eefab3 commit bca969b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"strict": true,
"trailing": true,
"smarttabs": true,
"expr": true, // http://stackoverflow.com/questions/13815569/how-to-get-should-be-false-syntax-pass-jslint
"globals": {
/* MOCHA */
"describe" : false,
Expand Down

0 comments on commit bca969b

Please sign in to comment.