Skip to content

Releases: sarbbottam/eslint-find-rules

v4.2.0

19 Jan 22:19
v4.2.0
6ba382f
Compare
Choose a tag to compare

What's Changed

  • build(deps): align cliui version to the version yargs uses internally by @csantos1113 in #350
  • feature: Support Flat configs in v8 by @lotmek in #354

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

19 Jan 22:19
v4.1.0
4fc0815
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

10 Nov 16:50
v4.0.0
bc5a855
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.1...v4.0.0

v3.6.1

10 Nov 16:50
v3.6.1
c8a71a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

26 Jul 20:52
b8a7207
Compare
Choose a tag to compare

New

  • #325: add --ext option

v3.5.0

26 Jul 20:51
ab323d6
Compare
Choose a tag to compare

New

  • #319: support eslint v7

Fixes

  • #305: support scoped packages with dashes

v3.4.0

09 Aug 21:01
fd0273f
Compare
Choose a tag to compare

3.4.0 (2019-08-09)

Features

  • add eslint v6 support (#331)

v3.3.1

09 Aug 15:15
e872dc5
Compare
Choose a tag to compare

3.3.1 (2018-06-25)

Fixes

  • fix build process

v3.3.0

09 Aug 15:13
a95b95b
Compare
Choose a tag to compare

3.3.0 (2018-06-25)

Features

v3.2.3

16 Apr 08:23
Compare
Choose a tag to compare

3.2.3 (2018-04-16)

Bug Fixes

  • Prevent empty output for option --unused when there are no unused rules.