This commit is contained in:
EthanShoeDev
2025-09-24 04:04:13 -04:00
parent 05b14a428e
commit 89a39fdd63
9 changed files with 455 additions and 62 deletions

View File

@@ -10,6 +10,8 @@
"scripts": {
"fmt:root": "prettier --cache --write .",
"fmt:check:root": "prettier --check .",
"fmt:root:nix": "nix fmt flake.nix",
"fmt:check:root:nix": "nix fmt flake.nix -- --c",
"syncpack:fix": "syncpack list-mismatches || (syncpack fix-mismatches && pnpm i)",
"syncpack:check": "syncpack list-mismatches",
"jscpd:check": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jscpd --config .jscpd.json",