Add unused i18n keys detection to pre-commit hook (#4328)

This commit is contained in:
Christian Byrne
2025-07-03 10:53:56 -07:00
committed by GitHub
parent a51c09893f
commit 7befec5b17
2 changed files with 182 additions and 0 deletions

View File

@@ -3,3 +3,6 @@ if [[ "$OS" == "Windows_NT" ]]; then
else
npx lint-staged
fi
# Check for unused i18n keys in staged files
npx tsx scripts/check-unused-i18n-keys.ts