prettier scripts

main
Ethan Niser 2023-09-17 23:44:09 -05:00
parent b569488452
commit c6a98ce9ab
1 changed files with 2 additions and 2 deletions

@ -12,8 +12,8 @@
"uno": "bunx unocss",
"uno:dev": "bunx unocss --watch",
"typecheck": "bunx --bun tsc",
"cli": "bunx beth-stack foo bar",
"reset-cache": "rm -rf /home/whatplan/.bun/install/cache && rm -rf node_modules && bun i"
"format:check": "prettier --check .",
"format": "prettier --write . --list-different"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",