[fix] lint error

This commit is contained in:
Purp1e
2024-11-11 10:10:47 +08:00
parent b1d505fd6b
commit 918c6bf83a
3 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"build": "tauri build",
"dev": "tauri dev",
"lint": "next lint && biome check src/",
"fix": "next lint --fix && biome check src/ --fix",
"fix": "next lint --fix && biome check src/ --write",
"prepare": "husky"
},
"dependencies": {