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

Breaking: stricter rule config validating (fixes #9505) #11742

Merged
merged 3 commits into from May 25, 2019

Commits on May 24, 2019

  1. Breaking: stricter rule config validating (fixes eslint#9505)

    to fix issue eslint#9505, it made a refactor and introduced a few changes to make validating more consistent:
    * will report a linting error when enable/disable a non-existent in inline comment.
    * will throw an error, if config a non-existent rule to non-zero value.
    * fixes problem loc in some cases
    aladdin-add committed May 24, 2019
    Copy the full SHA
    b8c24ef View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Update linter.js

    aladdin-add committed May 25, 2019
    Copy the full SHA
    f0fbcc2 View commit details
    Browse the repository at this point in the history
  2. Update linter.js

    aladdin-add committed May 25, 2019
    Copy the full SHA
    969f9bb View commit details
    Browse the repository at this point in the history