We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774032f commit 856cdd6Copy full SHA for 856cdd6
.jshintrc
@@ -25,5 +25,10 @@
25
"maxparams": 5,
26
"maxstatements": 50,
27
"globalstrict": true,
28
- "browser": true
+ "browser": true,
29
+ "globals": {
30
+ "angular": true,
31
+ "notify": true,
32
+ "module": true
33
+ }
34
}
test/.jshintrc
@@ -26,5 +26,12 @@
"browser": true,
- "mocha": true
+ "mocha": true,
+ "module": true,
+ "assert": true,
35
+ "inject": true
36
37
0 commit comments