File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
84
84
} )
85
85
return new Promise ( resolve => {
86
86
finish = resolve
87
- // eslint-disable-next-line
88
87
return askForStep ( )
89
88
} )
90
89
}
91
90
92
- /* eslint-disable */
93
91
async function parseInput ( cmd ) {
94
92
rl . pause ( )
95
93
next = false
@@ -198,7 +196,6 @@ async function parseInput(cmd) {
198
196
recorder . add ( 'ask for next step' , askForStep )
199
197
nextStep ( )
200
198
}
201
- /* eslint-enable */
202
199
203
200
function askForStep ( ) {
204
201
return new Promise ( resolve => {
Original file line number Diff line number Diff line change 139
139
"chai-subset" : " 1.6.0" ,
140
140
"documentation" : " 14.0.3" ,
141
141
"electron" : " 34.0.0" ,
142
- "eslint" : " ^9.17 .0" ,
142
+ "eslint" : " ^9.18 .0" ,
143
143
"eslint-plugin-import" : " 2.31.0" ,
144
144
"eslint-plugin-mocha" : " 10.5.0" ,
145
145
"expect" : " 29.7.0" ,
You can’t perform that action at this time.
0 commit comments