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,
"jquery": true,
"predef": [
"OpenProject",
"_",
"angular",
"inject",
"module",
"I18n",
"Hyperagent",
"gon",
"Ajax"
],
"asi": false,
"bitwise": true,
"browser": true,

Loading…
Cancel
Save