Skip to content
Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 01 Oct 05:49
· 81 commits to main since this release
e411ed3

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 with eslint-plugin-import-x

      To migrate, replace references to eslint-plugin-import with eslint-plugin-import-x, and import/ rules with import-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)