Skip to content

Releases: sarbbottam/eslint-find-rules

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

v1.13.2

16 Sep 17:53
Compare
Choose a tag to compare

<a name"1.13.2">

1.13.2 (2016-09-16)

Bug Fixes

  • rule-finder: Fix crash when loading plugin without rules (c6096695)

v1.13.1

04 Sep 00:51
Compare
Choose a tag to compare

<a name"1.13.1">

1.13.1 (2016-09-04)

Bug Fixes

  • find: make rule documentation output aligned in columns (#158) (2d74e6aa)