Skip to content

Commit

Permalink
[Dev Deps] update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 6, 2021
1 parent c8f3ce3 commit 6d5e4ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/test.js
Expand Up @@ -101,7 +101,6 @@ function Test(name_, opts_, cb_) {
}
}

// eslint-disable-next-line consistent-return
Test.prototype.run = function run() {
this.emit('prerun');
if (!this._cb || this._skip) {
Expand Down Expand Up @@ -132,7 +131,6 @@ Test.prototype.run = function run() {
}
self.end();
});
// eslint-disable-next-line consistent-return
return;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
"es-value-fixtures": "^1.2.1",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"falafel": "^2.2.4",
"js-yaml": "^3.14.0",
"safe-publish-latest": "^1.1.4",
Expand Down

0 comments on commit 6d5e4ad

Please sign in to comment.