mansona / lint-to-the-future

A modern way to progressively update your code to the best practices
54 stars 7 forks source link

Not working with ESLint 9 #38

Open JonathanMSifleet opened 1 month ago

JonathanMSifleet commented 1 month ago

When running npx lint-to-the-future ignore I get the following error:

/proj-directory/node_modules/lint-to-the-future-eslint/index.js:54
    cli = new CLIEngine();
          ^

TypeError: CLIEngine is not a constructor
    at Object.ignoreAll (/proj-directory/node_modules/lint-to-the-future-eslint/index.js:54:11)
    at Command.<anonymous> (/proj-directory/node_modules/lint-to-the-future/cli.js:159:27)

Node.js v18.19.1