Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #37 from arthurvr/patch-1
Browse files Browse the repository at this point in the history
Update `.jshintrc`: Remove deprecated options
  • Loading branch information
kevva committed Nov 1, 2014
2 parents 260cb50 + 2064128 commit 10f6006
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .jshintrc
Expand Up @@ -11,9 +11,5 @@
"newcap": true,
"noarg": true,
"undef": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"indent": 2,
"white": true
"strict": false
}

0 comments on commit 10f6006

Please sign in to comment.