fix: update web/lint src

This commit is contained in:
youhuanghe
2026-03-05 15:02:03 +00:00
parent 2d63d528c6
commit b11ae55c6e
+2 -2
View File
@@ -6,8 +6,8 @@
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint .", "lint": "eslint src",
"lint:fix": "eslint . --fix", "lint:fix": "eslint src --fix",
"lint-staged": "lint-staged" "lint-staged": "lint-staged"
}, },
"lint-staged": { "lint-staged": {