v1.0.0
sarbbottam
released this
14 Apr 19:59
·
88 commits
to 924244a0b9530827fcd0a3a277c549c1a8a31e60
since this release
<a name"1.0.0">
1.0.0 (2016-04-14)
Bug Fixes
- coverage: ignored branch coverage (49fd8234)
- lib:
- plugin:
- tests:
Features
- cli: accepts options corresponding to rules (e2cf04e1)
- exit: non-zero exit code for getUnusedRules (#34) (adb85057)
- lib: Support extends and plugins (18b8aae8)
- plugin: support plugin rules (256ff6e3, closes #14)
Breaking Changes
-
the API has changed
from findNewRules(currentRules, pluginRules)
to getRuleFinder('path/to/eslint-config').getUnusedRules()(ea617cfc)