glowingbear-mainbox/.jshintrc
Tor Hveem 9a9617565d jshintrc: add jshintrc
Relax checking on some globals
2014-07-17 16:33:38 +02:00

9 lines
127 B
Text

{
"globalstrict": true,
"globals": {
"angular": false,
"$": false,
"window": false,
"console": false
}
}