Skip to content

Upgrade ESLint to v10 and align lint config with supported plugins#535

Merged
abraham merged 2 commits intomainfrom
copilot/update-eslint-to-v10
Apr 20, 2026
Merged

Upgrade ESLint to v10 and align lint config with supported plugins#535
abraham merged 2 commits intomainfrom
copilot/update-eslint-to-v10

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 19, 2026

This updates the repository’s linting stack to ESLint v10 and removes config paths that are incompatible with the current plugin ecosystem. The change keeps lint behavior consistent while unblocking the major-version upgrade.

  • Dependency updates

    • Upgraded eslint to ^10.2.1
    • Upgraded @eslint/js to ^10.0.1
    • Removed eslint-plugin-import from devDependencies (current release does not declare ESLint v10 support)
  • ESLint config alignment

    • Removed eslint-plugin-import extends from eslint.config.js:
      • plugin:import/errors
      • plugin:import/typescript
    • Kept the existing flat-config/compat structure and TypeScript/Jest linting setup intact
  • Resulting config delta

    extends: [
      'eslint:recommended',
      'plugin:@typescript-eslint/eslint-recommended',
      'plugin:@typescript-eslint/recommended',
      'plugin:jest/recommended',
    ]

Copilot AI linked an issue Apr 19, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update eslint to version 10 Upgrade ESLint to v10 and align lint config with supported plugins Apr 20, 2026
Copilot AI requested a review from abraham April 20, 2026 00:00
@abraham abraham marked this pull request as ready for review April 20, 2026 00:02
@abraham abraham enabled auto-merge April 20, 2026 00:02
@abraham abraham merged commit 4eb9d00 into main Apr 20, 2026
3 checks passed
@abraham abraham deleted the copilot/update-eslint-to-v10 branch April 20, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update eslint to v10

2 participants