Skip to content

v2.0.0

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 10:16

<a name"2.0.0">

2.0.0 (2016-03-29)

Breaking Changes

  • the API has changed
    from findNewRules(currentRules, pluginRules)
    to getRuleFinder('path/to/eslint-config').getUnusedRules()

    (ea617cfc)