Skip to content

Releases: sarbbottam/eslint-find-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).

v3.2.0

15 Feb 09:38
Compare
Choose a tag to compare

3.2.0 (2018-02-15)

Feature

  • A new -d / --deprecated option has been added that reports any deprecated rules being used in the current configuration.
    The new option respects the --no-error and --no-core options.

v3.1.1

19 Jun 18:56
Compare
Choose a tag to compare

3.1.1 (2017-06-19)

Bug Fixes

  • Fixes an issue listing duplicate plugin rules when using ESLint < 4.0.

v3.1.0

18 Jun 11:30
Compare
Choose a tag to compare

3.1.0 (2017-06-18)

Features

  • Support for ESLint 4.x

Bug Fixes

  • Fixes an issue when running eslint-find-rules is run in Travis CI jobs.

v3.0.0

14 Jun 08:53
Compare
Choose a tag to compare

3.0.0 (2017-06-14)

Features

  • By default, deprecated rules will be omitted from the output of -a|--all-available, -p|--plugin and -u|--unused. If you want to report on deprecated rules as well, use the --include=deprecated or -i deprecated flag.

v2.1.0

13 Jun 09:04
Compare
Choose a tag to compare

2.1.0 (2017-06-13)

Features

  • releases again contain source and test files

Miscellaneous

  • dependencies updated and normalized regarding their semver policy

v1.14.3

31 Oct 05:03
Compare
Choose a tag to compare

<a name"1.14.3">

1.14.3 (2016-10-31)

Bug Fixes

v1.14.1

29 Oct 22:55
Compare
Choose a tag to compare

<a name"1.14.1">

1.14.1 (2016-10-29)

Features

  • fix(options): negation using --no prefix #196

v1.14.0

28 Sep 01:17
Compare
Choose a tag to compare

<a name"1.14.0">

1.14.0 (2016-09-28)

Features