Skip to content

Commit

Permalink
Relax JSHint for ES5 Polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wendelin committed Dec 12, 2014
1 parent c1fc099 commit d9f8a08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .jshintrc
Expand Up @@ -8,14 +8,12 @@
"node": true,
"eqeqeq": true,
"undef": true,
"bitwise": true,
"newcap": true,
"immed": true,
"browser": true,
"es3": true,
"camelcase": true,
"nonbsp": true,
"freeze": true,
"predef": {
"StackTrace": false,
"StackFrame": false,
Expand Down

0 comments on commit d9f8a08

Please sign in to comment.