Skip to content

Eslint v9

Compare
Choose a tag to compare
@hildjj hildjj released this 02 Jul 14:04
· 36 commits to main since this release
v4.0.0
c0b9822

@typescript-eslint@8 is still not released, but this will work with workarounds like this:

{
  "overrides": {
    "@typescript-eslint/utils": "8.0.0-alpha.39",
    "@typescript-eslint/parser": "8.0.0-alpha.39"
  },
  "pnpm": {
    "overrides": {
      "@typescript-eslint/utils": "8.0.0-alpha.39",
      "@typescript-eslint/parser": "8.0.0-alpha.39"
    }
  }
}