chore: cargo fmt

This commit is contained in:
zhom
2025-05-30 07:48:32 +04:00
parent 63900bd0ad
commit eaa1a823db
4 changed files with 101 additions and 41 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "biome check src/ && tsc --noEmit && next lint",
"lint:rust": "cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings -D clippy::all",
"lint:rust": "cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings -D clippy::all && cargo fmt --all",
"tauri": "tauri",
"shadcn:add": "pnpm dlx shadcn@latest add",
"prepare": "husky",