File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
"nonbsp" : true ,
16
16
"nonew" : true ,
17
17
"quotmark" : " single" ,
18
- "singleGroups" : true ,
18
+ "singleGroups" : false ,
19
19
"undef" : true ,
20
20
"unused" : true ,
21
21
"maxcomplexity" : 10 ,
26
26
"maxstatements" : 50 ,
27
27
"globalstrict" : true ,
28
28
"globals" : {
29
+ "window" : true ,
30
+ "setTimeout" : true ,
31
+ "clearTimeout" : true ,
29
32
"angular" : true ,
30
33
"notify" : true ,
31
34
"module" : true
Original file line number Diff line number Diff line change 15
15
"nonbsp" : true ,
16
16
"nonew" : true ,
17
17
"quotmark" : " single" ,
18
- "singleGroups" : true ,
18
+ "singleGroups" : false ,
19
19
"undef" : true ,
20
20
"unused" : true ,
21
21
"maxcomplexity" : 10 ,
26
26
"maxstatements" : 50 ,
27
27
"globalstrict" : true ,
28
28
"globals" : {
29
+ "window" : true ,
30
+ "setTimeout" : true ,
31
+ "clearTimeout" : true ,
29
32
"angular" : true ,
30
33
"notify" : true ,
31
34
"assert" : true ,
You can’t perform that action at this time.
0 commit comments