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

Commit

Permalink
added globals to .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara authored and revathskumar committed Feb 26, 2014
1 parent 11dc3b7 commit c28d4da
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/templates/jshintrc
Expand Up @@ -18,5 +18,20 @@
"strict": true,
"trailing": true,
"smarttabs": true,
"jquery": true
"jquery": true,
"globals": {
"<%= appname %>": true,
"<%= _.slugify(appname) %>": true,
"_": false,
"Backbone": false,
"JST": false,
"beforeEach": false,
"describe": false,
"it": false,
"assert": true,
"expect": true,
"should": true<% if (includeRequireJS) { %>,
"require": false,
"define": false<% } %>
}
}

0 comments on commit c28d4da

Please sign in to comment.