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

feat!: eslint@8 support #289

Merged
merged 4 commits into from
Oct 22, 2021
Merged

feat!: eslint@8 support #289

merged 4 commits into from
Oct 22, 2021

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    beb3528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aaa4ed View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    77ab07e View commit details
    Browse the repository at this point in the history
  2. feat!: improve ruleId parsing

    BREAKING CHANGE: Reported rules now may include plugin name,
    e.g. `no-unstable-components` -> `react/no-unstable-components`
    These are used in reported results and in some callbacks of eslint-remote-tester.config.js.
    
    - parse `ruleId` from stack traces provided by ESLint v8
    AriPerkkio committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c09dafb View commit details
    Browse the repository at this point in the history