Releases: sarbbottam/eslint-find-rules
Releases · sarbbottam/eslint-find-rules
v4.0.0
What's Changed
- test: eslint v7.12 broke our tests’ proxyquire by @ljharb in #335
- [actions] add the Automatic Rebase action by @ljharb in #339
- [Tests] migrate travis-ci to Github Actions by @ljharb in #338
- chore: update babel and eslint to support es2017 by @PaperStrike in #340
- breaking: support ESLint 8.x by @MichaelDeBoey in #337
- refactor: remove unneeded fallback code by @MichaelDeBoey in #342
- v4.0.0 by @ljharb in #341
New Contributors
- @PaperStrike made their first contribution in #340
Full Changelog: v3.6.1...v4.0.0
v3.6.1
v3.6.0
v3.5.0
v3.4.0
v3.3.1
v3.3.0
v3.2.3
3.2.3 (2018-04-16)
Bug Fixes
- Prevent empty output for option
--unused
when there are no unused rules.
v3.2.2
3.2.2 (2018-03-15)
Bug Fixes
- Output is now properly collected before printed on screen, preventing duplication when multiple options (like
--plugin
,--unused
) are specified.
v3.2.1
3.2.1 (2018-02-23)
Bug Fixes
- Correctly exit eslint-find-rules with code 1 when reporting on deprecated rules (
--deprecated
option) and there are deprecated rules (unless the--no-error
flag is also provided).