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 3535 "no-unused-vars": [2],
3636 "no-use-before-define": [2, "nofunc"],
3737 "no-loop-func": [2],
38- "no-console": [0]
38+ "no-console": [0],
39+ "no-unexpected-multiline": [2],
40+ "no-unused-labels": [2]
3941 },
4042}
Original file line number Diff line number Diff line change 8282 "browserify" : " ^13.0.0" ,
8383 "browserify-transform-tools" : " ^1.5.1" ,
8484 "ecstatic" : " ^1.4.0" ,
85- "eslint" : " ^1.10.3 " ,
85+ "eslint" : " ^2.1.0 " ,
8686 "falafel" : " ^1.2.0" ,
87- "glob" : " ^6 .0.4 " ,
87+ "glob" : " ^7 .0.0 " ,
8888 "jasmine-core" : " ^2.3.4" ,
8989 "karma" : " ^0.13.15" ,
9090 "karma-browserify" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 33 "env": {
44 "browser": true
55 },
6+ "globals": {
7+ "Promise": true,
8+ "Uint8Array": true
9+ },
610 "rules": {
711 "strict": [2, "global"]
812 }
You can’t perform that action at this time.
0 commit comments