·
81 commits
to main
since this release
Major Changes
-
ESLint 9 +
typescript-eslint
8 +eslint-config-seek
14 (#1537)This major upgrade bundles the following changes:
-
Migration to flat config format
See the migration guide for more information.
-
Some lint rules have been changed or renamed
You will likely need to manually review and adjust your code after running ESLint.
-
eslint-plugin-import
has been replaced witheslint-plugin-import-x
To migrate, replace references to
eslint-plugin-import
witheslint-plugin-import-x
, andimport/
rules withimport-x/
.
Wider changes may be necessary if your project has a custom ESLint configuration. Refer to the following resources to get started:
-
Minor Changes
- Disable
@typescript-eslint/only-throw-error
in test files (#1689)