Skip to content

Commit 6d5e4ad

Browse files
committedAug 6, 2021
[Dev Deps] update eslint
1 parent c8f3ce3 commit 6d5e4ad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎lib/test.js

-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function Test(name_, opts_, cb_) {
101101
}
102102
}
103103

104-
// eslint-disable-next-line consistent-return
105104
Test.prototype.run = function run() {
106105
this.emit('prerun');
107106
if (!this._cb || this._skip) {
@@ -132,7 +131,6 @@ Test.prototype.run = function run() {
132131
}
133132
self.end();
134133
});
135-
// eslint-disable-next-line consistent-return
136134
return;
137135
}
138136

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eclint": "^2.8.1",
5151
"ecstatic": "^4.1.4",
5252
"es-value-fixtures": "^1.2.1",
53-
"eslint": "^7.31.0",
53+
"eslint": "^7.32.0",
5454
"falafel": "^2.2.4",
5555
"js-yaml": "^3.14.0",
5656
"safe-publish-latest": "^1.1.4",

0 commit comments

Comments
 (0)
Please sign in to comment.