Skip to content

Commit e450466

Browse files
committed
jshint changes
1 parent 85a22bb commit e450466

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.jshintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"nonbsp": true,
1616
"nonew": true,
1717
"quotmark": "single",
18-
"singleGroups": true,
18+
"singleGroups": false,
1919
"undef": true,
2020
"unused": true,
2121
"maxcomplexity": 10,
@@ -26,6 +26,9 @@
2626
"maxstatements": 50,
2727
"globalstrict": true,
2828
"globals": {
29+
"window": true,
30+
"setTimeout": true,
31+
"clearTimeout": true,
2932
"angular": true,
3033
"notify": true,
3134
"module": true

test/.jshintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"nonbsp": true,
1616
"nonew": true,
1717
"quotmark": "single",
18-
"singleGroups": true,
18+
"singleGroups": false,
1919
"undef": true,
2020
"unused": true,
2121
"maxcomplexity": 10,
@@ -26,6 +26,9 @@
2626
"maxstatements": 50,
2727
"globalstrict": true,
2828
"globals": {
29+
"window": true,
30+
"setTimeout": true,
31+
"clearTimeout": true,
2932
"angular": true,
3033
"notify": true,
3134
"assert": true,

0 commit comments

Comments
 (0)