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

Commit

Permalink
Add globals to jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Jul 26, 2014
1 parent 57d739a commit a21a7ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/templates/jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"smarttabs": true,
"jquery": true,
"globals": {
"wrap": true
"wrap": true,
"unwrap": true,
"Polymer": true,
"Platform": true
}
}

0 comments on commit a21a7ef

Please sign in to comment.