Skip to content

Releases: sarbbottam/eslint-find-rules

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.

v3.2.2

15 Mar 18:59
Compare
Choose a tag to compare

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

23 Feb 17:44
Compare
Choose a tag to compare

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).