mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

feat: support ESLint 8.x #295

Open MichaelDeBoey opened 2 years ago

MichaelDeBoey commented 2 years ago

ESLint v8.0.0 is released 🎉

Dependencies should be compatible with ESLint 8 too before we can merge this one:

devDependency compatibility with ESLint 8:


BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0 BREAKING CHANGE: Requires ESLint@^8.x

Closes #294

This branch is dependent on #224

alexander-akait commented 2 years ago

@mysticatea friendly ping, do you need help somewhere?