Skip to content

Commit 130e361

Browse files
authored
Bump eslint to 9.18.0 (#4762)
1 parent 088641f commit 130e361

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/pause.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
8484
})
8585
return new Promise(resolve => {
8686
finish = resolve
87-
// eslint-disable-next-line
8887
return askForStep()
8988
})
9089
}
9190

92-
/* eslint-disable */
9391
async function parseInput(cmd) {
9492
rl.pause()
9593
next = false
@@ -198,7 +196,6 @@ async function parseInput(cmd) {
198196
recorder.add('ask for next step', askForStep)
199197
nextStep()
200198
}
201-
/* eslint-enable */
202199

203200
function askForStep() {
204201
return new Promise(resolve => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"chai-subset": "1.6.0",
140140
"documentation": "14.0.3",
141141
"electron": "34.0.0",
142-
"eslint": "^9.17.0",
142+
"eslint": "^9.18.0",
143143
"eslint-plugin-import": "2.31.0",
144144
"eslint-plugin-mocha": "10.5.0",
145145
"expect": "29.7.0",

0 commit comments

Comments
 (0)