Skip to content

Commit 856cdd6

Browse files
committed
jshint changes
1 parent 774032f commit 856cdd6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.jshintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"maxparams": 5,
2626
"maxstatements": 50,
2727
"globalstrict": true,
28-
"browser": true
28+
"browser": true,
29+
"globals": {
30+
"angular": true,
31+
"notify": true,
32+
"module": true
33+
}
2934
}

test/.jshintrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@
2626
"maxstatements": 50,
2727
"globalstrict": true,
2828
"browser": true,
29-
"mocha": true
29+
"mocha": true,
30+
"globals": {
31+
"angular": true,
32+
"notify": true,
33+
"module": true,
34+
"assert": true,
35+
"inject": true
36+
}
3037
}

0 commit comments

Comments
 (0)