🚨(e2e) upgrade eslint to v9 with e2e app

We upgraded ESLint to version 9 in the e2e app,
which includes several improvements and fixes.
This change also involves updating the ESLint
configuration files to the new format and ensuring
compatibility with the latest ESLint features.
This commit is contained in:
Anthony LC
2025-08-07 16:59:08 +02:00
parent 4184c339eb
commit 9a51e02cd7
17 changed files with 54 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
"version": "3.6.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts",
"lint": "eslint",
"install-playwright": "playwright install --with-deps",
"test": "playwright test",
"test:ui": "yarn test --ui",