Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build: Include es3 option for JSHint.
  • Loading branch information
scottgonzalez committed Nov 22, 2013
1 parent b12cf01 commit f848ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/.jshintrc
Expand Up @@ -14,6 +14,7 @@
"unused": true,

"browser": true,
"es3": true,
"evil": true,
"jquery": true,

Expand Down
1 change: 1 addition & 0 deletions ui/.jshintrc
Expand Up @@ -14,6 +14,7 @@
"unused": true,

"browser": true,
"es3": true,
"jquery": true,

"globals": {
Expand Down

0 comments on commit f848ae3

Please sign in to comment.