Eslint v9
@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"
}
}
}