Skip to content

Conversation

@michaelfaith
Copy link
Collaborator

PR Checklist

Overview

This change updates the version of eslint in our codebase to v10, and adds additional type-checking in ci, running that job against both v9 and v10.

This change updates the version of eslint in our codebase to v10, and adds additional type-checking in ci, running that job against both v9 and v10.
@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3422fe4) to head (9383b6e).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #413   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           46        46           
  Branches        11        11           
=========================================
  Hits            46        46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@michaelfaith
Copy link
Collaborator Author

@JoshuaKGoldberg similar to JoshuaKGoldberg/eslint-plugin-package-json#1554 i've added an ESLint version matrix with 9 and 10 to the type-check job to ensure we're not breaking v9 compatibility, as we work in v10. So, the branch ruleset will need updating again.

Ultimately, this is blocked by typescript-eslint/typescript-eslint#11952 though, so we can do linting in our repo with v10.

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.

🚀 Feature: ESLint v10 support

1 participant