Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(find): Use new eslint getRules() api #237

Merged
merged 1 commit into from
May 5, 2017

Commits on May 2, 2017

  1. refactor(find): Use new eslint getRules() api

    Breaking change: Requires eslint >= 3.12.0
    
    Starting with version 3.12.0, eslint provides a getRules()
    API that allows us to directly access the rules rather than
    trying to load them from the file system.  This is cleaner,
    eliminates a dependency on the internal structure of the eslint
    codebase, and may even be faster.
    
    This change paves the way for further features involving
    deprecated rules, such as sarbbottam#172 and sarbbottam#188.
    
    Closes sarbbottam#211.
    randycoulman committed May 2, 2017
    Configuration menu
    Copy the full SHA
    9f94572 View commit details
    Browse the repository at this point in the history