Releases: sarbbottam/eslint-find-rules
Releases · sarbbottam/eslint-find-rules
v4.2.0
What's Changed
- build(deps): align
cliui
version to the versionyargs
uses internally by @csantos1113 in #350 - feature: Support Flat configs in v8 by @lotmek in #354
New Contributors
- @csantos1113 made their first contribution in #350
- @lotmek made their first contribution in #354
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- [New] check unused rules with overrides by @nicolaichuk in #343
New Contributors
- @nicolaichuk made their first contribution in #343
Full Changelog: v4.0.0...v4.1.0
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.