Format frontend files with Prettier

This commit is contained in:
Sean Morley
2026-06-06 18:59:42 -04:00
parent 7f6bf1390a
commit 992ea23fa6
31 changed files with 254 additions and 145 deletions

8
scripts/setup-git-hooks.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
repo_root="$(cd "$(dirname "$0")/.." && pwd)"
cd "$repo_root"
git config core.hooksPath .githooks
echo "Git hooks enabled (core.hooksPath=.githooks)"