File tree 2 files changed +4
-20
lines changed
2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 43
43
2,
44
44
"single"
45
45
],
46
- "space-after-keywords": [
47
- 2,
48
- "always"
49
- ],
50
- "space-before-function-paren": [
51
- 2,
52
- {
53
- "anonymous": "always",
54
- "named": "never"
55
- }
56
- ],
57
- "space-in-parens": [
58
- 2,
59
- "never"
60
- ],
61
46
"strict": [
62
47
2,
63
48
"global"
67
52
"all"
68
53
],
69
54
"eol-last": 2,
55
+ "keyword-spacing": 2,
70
56
"key-spacing": [
71
57
2,
72
58
{
89
75
],
90
76
"no-alert": 2,
91
77
"no-caller": 2,
92
- "no-empty-label": 2,
93
78
"no-extend-native": 2,
94
79
"no-extra-bind": 2,
95
80
"no-implied-eval": 2,
128
113
"before": false,
129
114
"after": true
130
115
}
131
- ],
132
- "space-return-throw-case": 2
116
+ ]
133
117
}
134
118
}
Original file line number Diff line number Diff line change 75
75
"devDependencies" : {
76
76
"gulp" : " ^3.6.0" ,
77
77
"gulp-coveralls" : " ^0.1.0" ,
78
- "gulp-eslint" : " ^1 .0.0" ,
78
+ "gulp-eslint" : " ^2 .0.0" ,
79
79
"gulp-exclude-gitignore" : " ^1.0.0" ,
80
80
"gulp-istanbul" : " ^0.10.0" ,
81
81
"gulp-mocha" : " ^2.0.0" ,
82
82
"gulp-nsp" : " ^2.1.0" ,
83
83
"gulp-plumber" : " ^1.0.0" ,
84
84
"jsdoc" : " ^3.3.0-beta1" ,
85
85
"mockery" : " ^1.4.0" ,
86
- "nock" : " ^3.3.2 " ,
86
+ "nock" : " ^8.0.0 " ,
87
87
"pinkie-promise" : " ^2.0.0" ,
88
88
"proxyquire" : " ^1.0.0" ,
89
89
"sinon" : " ^1.9.1"
You can’t perform that action at this time.
0 commit comments