feat: use prettier for i18n translations (#24623)

This commit is contained in:
Brandon Wees
2026-01-06 10:02:10 -05:00
committed by GitHub
parent 006d02cfaf
commit f52bd9f38a
9 changed files with 37 additions and 6 deletions
+1 -2
View File
@@ -17,8 +17,7 @@
"lint": "eslint . --max-warnings 0 --concurrency 4",
"lint:fix": "pnpm run lint --fix",
"format": "prettier --check .",
"format:fix": "prettier --write . && pnpm run format:i18n",
"format:i18n": "pnpm dlx sort-json ../i18n/*.json",
"format:fix": "prettier --write .",
"test": "vitest",
"test:cov": "vitest --coverage",
"test:watch": "vitest dev",