jshintrc: add jshintrc

Relax checking on some globals
rewrite-with-urlplugin
Tor Hveem 11 years ago
parent 852c9ad4fb
commit 9a9617565d
  1. 9
      .jshintrc

@ -0,0 +1,9 @@
{
"globalstrict": true,
"globals": {
"angular": false,
"$": false,
"window": false,
"console": false
}
}
Loading…
Cancel
Save