[dep] update to eslint 9
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user