Releases: sarbbottam/eslint-find-rules
Releases · sarbbottam/eslint-find-rules
v3.2.2
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
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
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
3.1.1 (2017-06-19)
Bug Fixes
- Fixes an issue listing duplicate plugin rules when using ESLint < 4.0.
v3.1.0
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
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
2.1.0 (2017-06-13)
Features
- releases again contain source and test files
Miscellaneous
- dependencies updated and normalized regarding their semver policy