From 090c3a28e040fcce7d06ee2cbed12057ae0c5326 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Mon, 20 Jan 2025 20:34:49 +0100 Subject: [PATCH] Bump eslint to 9.18.0 --- lib/pause.js | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/pause.js b/lib/pause.js index 0bb2d0475..c4ba0a0e1 100644 --- a/lib/pause.js +++ b/lib/pause.js @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) { }) return new Promise(resolve => { finish = resolve - // eslint-disable-next-line return askForStep() }) } -/* eslint-disable */ async function parseInput(cmd) { rl.pause() next = false @@ -198,7 +196,6 @@ async function parseInput(cmd) { recorder.add('ask for next step', askForStep) nextStep() } -/* eslint-enable */ function askForStep() { return new Promise(resolve => { diff --git a/package.json b/package.json index 33b05e766..64963443e 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "chai-subset": "1.6.0", "documentation": "14.0.3", "electron": "34.0.0", - "eslint": "^9.17.0", + "eslint": "^9.18.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-mocha": "10.5.0", "expect": "29.7.0",