chore: consistent formatting (#47)

This commit is contained in:
Christian Pillsbury
2025-10-09 12:18:31 -07:00
committed by GitHub
parent 9c6eaef2aa
commit 9c5b29a15b
35 changed files with 193 additions and 180 deletions
-2
View File
@@ -24,8 +24,6 @@
"dev:website": "turbo run dev --filter=website",
"dev": "turbo run dev --parallel",
"generate:icons": "turbo run generate:icons",
"format:check": "prettier . --check --log-level warn --cache",
"format": "prettier . --write --log-level warn --cache",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache",
"test": "turbo run test",