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

Chore: avoid using legacy report API in no-irregular-whitespace #11013

Merged
merged 1 commit into from Oct 24, 2018

Commits on Oct 24, 2018

  1. Chore: avoid using legacy report API in no-irregular-whitespace

    This updates the no-irregular-whitespace rule to avoid using the legacy multi-argument `context.report` API. We have a linting rule to enforce against using the API, but the rule wasn't enforcing it in this case.
    
    This was originally found by Aladdin-ADD in eslint-community/eslint-plugin-eslint-plugin#64.
    not-an-aardvark committed Oct 24, 2018
    Copy the full SHA
    6dc4eda View commit details
    Browse the repository at this point in the history