fix: narrow unicode cleanup scope

This commit is contained in:
Affaan Mustafa
2026-03-29 09:06:44 -04:00
parent 6325b197c1
commit e22ab5e5cb
29 changed files with 249 additions and 180 deletions

View File

@@ -50,7 +50,7 @@ case "$FORMATTER" in
exit 1
fi
;;
prettier)
if command -v npx &>/dev/null; then
echo "Formatting $FILE with Prettier..."
@@ -61,7 +61,7 @@ case "$FORMATTER" in
exit 1
fi
;;
none)
echo "No formatter detected (biome.json, .prettierrc, or installed formatter)"
echo "Skipping format for: $FILE"

View File

@@ -36,7 +36,7 @@ detect_pm() {
}
PM=$(detect_pm)
echo " Package manager: $PM"
echo "Package manager: $PM"
echo ""
# ── Helper: run a check ─────────────────────────────────────