glowingbear-mainbox/.jshintrc
Lorenz Hübschle-Schneider a80db339f8 Use strict
Requires turning IrcUtils into an Angular service, because the global variable
trick won't work with use strict.
Reuse is still easily possible by removing the angular wrapping around it.
2014-09-07 16:55:18 +01:00

12 lines
166 B
Plaintext

{
"browser": true,
"devel": true,
"globals": {
"angular": false,
"weeChat": false,
"_": false,
"Notification": false,
"Favico": false
}
}