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

Prepare suggestable rules for ESLint v8 (and update eslint-plugin-eslint-plugin to v3) #1607

Merged
merged 1 commit into from Aug 13, 2021

Commits on Aug 13, 2021

  1. fix: prepare suggestable rules for ESLint v8 (and update eslint-plugi…

    …n-eslint-plugin to v3)
    
    * The upcoming [ESLint v8](https://eslint.org/blog/2021/06/whats-coming-in-eslint-8.0.0#rules-with-suggestions-now-require-the-metahassuggestions-property) release will require rules that provide suggestions to enable `meta.hasSuggestions` so I have autofixed that using the [eslint-plugin/require-meta-has-suggestions](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/require-meta-has-suggestions.md) rule
    * A lot of the rules/functionality in `eslint-internal-rules` have been replaced by public rules in [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin)
    bmish committed Aug 13, 2021
    Copy the full SHA
    bfb35f4 View commit details
    Browse the repository at this point in the history