[fix] lint error
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user