Skip to content

Commit

Permalink
Remove unnecessary eslint-disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 10, 2021
1 parent 57120a2 commit b76994d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli-program.js
Expand Up @@ -209,7 +209,6 @@ function run(input) {
function* loop() {
let attemptNum = 1;

// eslint-disable-next-line no-constant-condition
while (true) {
const testData = {
code: options.reproduce ? reproductionCode : generateRandomJS(options),
Expand Down

0 comments on commit b76994d

Please sign in to comment.