Skip to content

Commit

Permalink
Remove deprecated JSHint options.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Nov 1, 2014
1 parent ec1dea7 commit 29028af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"noarg": true,
"undef": true,
"strict": false,
"globalstrict": true,
"trailing": true,
"smarttabs": true,
"node": true
"globalstrict": true
}

0 comments on commit 29028af

Please sign in to comment.