feat: pr lint

This commit is contained in:
hamster1963
2024-12-13 17:31:22 +08:00
parent 9a2f3ea8e6
commit 70d6928987
3 changed files with 60 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {