Skip to content

Commit ecfe230

Browse files
committed
Upgrade standard
1 parent e4700ab commit ecfe230

File tree

3 files changed

+130
-164
lines changed

3 files changed

+130
-164
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
"power-assert": "^1.4.4",
107107
"pryjs": "^1.0.3",
108108
"require-globify": "^1.4.1",
109-
"standard": "^9.0.2",
109+
"standard": "^10.0.2",
110110
"teenytest": "^5.0.2",
111-
"testdouble": "3.2.0",
111+
"testdouble": "3.2.1",
112112
"testem": "^1.18.0",
113113
"typescript": "^2.4.1"
114114
},

src/store/stubbings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var callCallback = (stubbing, callback, args) => {
7070
} else if (stubbing.config.defer) {
7171
return _.defer(callback, ...args)
7272
} else {
73-
return callback(...args)
73+
return callback(...args) // eslint-disable-line
7474
}
7575
}
7676

0 commit comments

Comments
 (0)