Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 16:15
· 23 commits to master since this release

12.0.0 (2025-09-23)

Bug Fixes

Features

  • add minimal TS support to legacy rule sets (2b4d83e)

BREAKING CHANGES

  • legacy: TS rules are no longer active in non-TS files unless
    explicitly added through the user's configuration
  • this rule seems to handle a few cases differently.
  • legacy: JSX use outside of JSX/TSX files is now forbidden
  • legacy: TS rules are now active even in non-TS files
  • while defineConfig is almost the same as config,
    there are some cases that differ. See:
    https://typescript-eslint.io/packages/typescript-eslint/#migrating-to-defineconfig