🚨(y-provider) upgrade eslint to v9 with y-provider server

We upgraded ESLint to version 9 in the y-provider server,
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 17:05:14 +02:00
parent 9a51e02cd7
commit da72a1601a
7 changed files with 33 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
"build": "tsc -p tsconfig.build.json && tsc-alias",
"dev": "cross-env COLLABORATION_LOGGING=true && nodemon --config nodemon.json",
"start": "node ./dist/start-server.js",
"lint": "eslint . --ext .ts",
"lint": "eslint",
"test": "vitest --run --disable-console-intercept"
},
"engines": {