File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 35
35
"no-unused-vars": [2],
36
36
"no-use-before-define": [2, "nofunc"],
37
37
"no-loop-func": [2],
38
- "no-console": [0]
38
+ "no-console": [0],
39
+ "no-unexpected-multiline": [2],
40
+ "no-unused-labels": [2]
39
41
},
40
42
}
Original file line number Diff line number Diff line change 82
82
"browserify" : " ^13.0.0" ,
83
83
"browserify-transform-tools" : " ^1.5.1" ,
84
84
"ecstatic" : " ^1.4.0" ,
85
- "eslint" : " ^1.10.3 " ,
85
+ "eslint" : " ^2.1.0 " ,
86
86
"falafel" : " ^1.2.0" ,
87
- "glob" : " ^6 .0.4 " ,
87
+ "glob" : " ^7 .0.0 " ,
88
88
"jasmine-core" : " ^2.3.4" ,
89
89
"karma" : " ^0.13.15" ,
90
90
"karma-browserify" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 3
3
"env": {
4
4
"browser": true
5
5
},
6
+ "globals": {
7
+ "Promise": true,
8
+ "Uint8Array": true
9
+ },
6
10
"rules": {
7
11
"strict": [2, "global"]
8
12
}
You can’t perform that action at this time.
0 commit comments