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
201 stars 33 forks source link

feat: Support ESLint 7.x #319

Closed MichaelDeBoey closed 4 years ago

MichaelDeBoey commented 4 years ago

ESLint v7.0.0 is released 🎉


Closes #318 Unblocks https://github.com/airbnb/javascript/issues/2223 Unblocks https://github.com/kentcdodds/eslint-config-kentcdodds/pull/64

ljharb commented 4 years ago

Looks like the linter's failing

MichaelDeBoey commented 4 years ago

@ljharb Should I delete the 'node' run? 🤔 It's the same as the '14' run

ljharb commented 4 years ago

@MichaelDeBoey no, it's not the same; it's got the LINTONLY env var set, so that runs the linter and not the tests - none of the other jobs run the linter.

MichaelDeBoey commented 4 years ago

@ljharb It seems like tests are already failing on master (see #320): https://travis-ci.org/github/sarbbottam/eslint-find-rules/builds/684856897

MichaelDeBoey commented 4 years ago

@ljharb All green 🙂