sarbbottam / eslint-find-rules

Find built-in ESLint rules you don't have in your custom config
http://npm.im/eslint-find-rules
MIT License
206 stars 36 forks source link

Update dependencies #334

Closed jimmywarting closed 3 years ago

jimmywarting commented 3 years ago

Tried contributing but many test failed...

  1. File an issue and discuss your proposed solution first
  2. Fork and clone the repo
  3. $ npm install to install dependencies
  4. $ npm run validate to validate you've got it working

But it didn't validate

ljharb commented 3 years ago

In what node version?

jimmywarting commented 3 years ago

v16.5.0

ljharb commented 3 years ago

I'm indeed seeing a bunch of errors like Error: Failed to load plugin 'plugin' declared in '--config': Cannot find module 'eslint-plugin-plugin'.

ljharb commented 3 years ago

Seems like it broke in eslint v7.12; it passes in v7.11.

Likely due to https://github.com/eslint/eslint/pull/13762.

ljharb commented 3 years ago

Will be fixed by #335.