Enable eslint

This commit is contained in:
2026-02-18 14:02:28 +08:00
parent a2dbabc5ae
commit 32169a819e
19 changed files with 788 additions and 28 deletions

View File

@@ -9,10 +9,14 @@
"antd": "^6.3.0",
"colors": "^1.4.0",
"esbuild": "^0.27.3",
"esbuild-plugin-eslint": "^0.3.12",
"eslint": "9",
"pocketbase": "^0.26.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.0"
"react-router": "^7.13.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"scripts": {