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:21:39 +02:00
parent f87ce06865
commit 97a382520c
6 changed files with 749 additions and 58 deletions
@@ -1,5 +0,0 @@
{
"parserOptions": {
"project": "./tsconfig.json"
}
}