Pin ESLint 8 and align @typescript-eslint to restore yarn lint

- Fix CI yarn lint after ESLint 9 switched to flat config by default while the repo still uses legacy .eslintrc / eslintConfig. Add Yarn resolutions for eslint@8.57.1 and a single @typescript-eslint@5.62.0 line so parser and typescript-estree stay in sync
This commit is contained in:
Tommy Verrall
2026-05-06 10:20:09 +02:00
parent 6095215a73
commit f87ce06865
7 changed files with 59 additions and 750 deletions
@@ -0,0 +1,5 @@
{
"parserOptions": {
"project": "./tsconfig.json"
}
}