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: minimum version eslint v9 #234

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. feat: minimum version eslint v9

    BREAKING CHANGE: Support ESLint v9 and above only
    
    Support for ESlint v7 & v8 is removed
    languageOptions ecmaVersion: 2019 and sourceType: module are removed from eslint-plugin-cypress/flat config
    globals is updated to 15.11.0
    eslint-plugin-n is updated to 17.11.1
    MikeMcC399 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b50181a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061366e View commit details
    Browse the repository at this point in the history