From 6d5e4ad3cb1f25ea03b59db4e894d51fa5b86c11 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 6 Aug 2021 16:33:24 -0700 Subject: [PATCH] [Dev Deps] update `eslint` --- lib/test.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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",