Skip to content

Commit

Permalink
added more jshint options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stevens committed Jan 5, 2015
1 parent 7d3d5da commit 47ae4d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"strict": true,
"bitwise": true,
"trailing": true,
"plusplus": false,
"regexp": true,
"nonew": true,
"white": false,
"forin": true,
"globals": {
"angular": true,
"predef": {
"angular": false,
"console": true,
"define": true,
"require": true,
Expand Down

0 comments on commit 47ae4d2

Please sign in to comment.