Skip to content

Commit

Permalink
.jshintrc: remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Nov 1, 2014
1 parent f79a96b commit bc72d93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .jshintrc
Expand Up @@ -11,11 +11,7 @@
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
"strict": true
}

0 comments on commit bc72d93

Please sign in to comment.