Skip to content

feat: support eslint 10#61

Merged
43081j merged 2 commits into
es-tooling:mainfrom
oNo500:feat/eslint-10
Mar 3, 2026
Merged

feat: support eslint 10#61
43081j merged 2 commits into
es-tooling:mainfrom
oNo500:feat/eslint-10

Conversation

@oNo500

@oNo500 oNo500 commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade devDependency eslint from v9 to v10
  • Add peerDependencies field declaring support for ESLint >=8.40.0
  • Remove @types/eslint (ESLint 10 ships its own types)
  • Update @eslint/js and @eslint/json to v10/v1 to match ESLint 10
  • Mark legacy configs.recommended (eslintrc format) as @deprecated — not supported by ESLint 10
  • Fix Rule.RuleListener handler type: cast node: unknown to MemberNode inside handler body
  • Update eslint-plugin-eslint-plugin import to fix ESM exports path in v7

Closes #60

Test plan

  • npm run build:js — TypeScript compiles without errors
  • npm run lint — no lint errors
  • npm test — all 40 tests pass

@oNo500 oNo500 mentioned this pull request Mar 2, 2026
Comment thread src/util/imports.ts
@43081j 43081j merged commit a5562dd into es-tooling:main Mar 3, 2026
3 checks passed
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.

Broken with ESLint 10

2 participants