[dep] update to eslint 9

This commit is contained in:
Purp1e
2024-11-11 10:04:00 +08:00
parent e308309fb8
commit b1d505fd6b
36 changed files with 353 additions and 218 deletions

View File

@@ -7,12 +7,13 @@
"email": "zx8244@qq.com"
},
"scripts": {
"next-start": "cross-env BROWSER=none next dev",
"next-start": "cross-env BROWSER=none next dev --turbo",
"next-build": "next build",
"tauri": "tauri",
"build": "tauri build",
"dev": "tauri dev",
"lint": "next lint && biome check src/",
"fix": "next lint --fix && biome check src/ --fix",
"prepare": "husky"
},
"dependencies": {
@@ -54,8 +55,8 @@
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.17",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.48",