Tell JSHint to allow various application globals

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2184/head
Alex Coles 10 years ago
parent ef707effb6
commit b792c8f465
  1. 16
      .jshintrc

@ -1,6 +1,22 @@
{ {
"node": true, "node": true,
"jquery": true, "jquery": true,
"predef": [
"OpenProject",
"_",
"angular",
"inject",
"module",
"I18n",
"Hyperagent",
"gon",
"Ajax"
],
"asi": false, "asi": false,
"bitwise": true, "bitwise": true,
"browser": true, "browser": true,

Loading…
Cancel
Save