v1.1.0
<a name"1.1.0">
1.1.0 (2016-04-15)
Bug Fixes
- coverage: ignored branch coverage (49fd8234)
- lib:
- plugin:
- tests:
Features
- bin: 0 exit code when no unused rules found (#39) (a001620d)
- 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)