diff --git a/lib/test.js b/lib/test.js index 117a8e98..233dc4cd 100644 --- a/lib/test.js +++ b/lib/test.js @@ -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) { @@ -132,7 +131,6 @@ Test.prototype.run = function run() { } self.end(); }); - // eslint-disable-next-line consistent-return return; } diff --git a/package.json b/package.json index 8fa138b1..d7e5e21a 100644 --- a/package.json +++ b/package.json @@ -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",