Commit f5bcfab
authored
feat: add Biome pre-commit hook for JSON formatting (#322)
* feat: add Biome pre-commit hook for JSON formatting
- Add Biome hook to run before Prettier
- Catches JSON formatting issues locally
- Faster feedback loop before pushing
Fixes #319
* style: remove extra blank line
* chore: update Biome pre-commit to v0.6.1
* fix: remove duplicate --write flag from biome-check
* fix: remove redundant args from biome-check hook to avoid duplication errors1 parent eb30e3d commit f5bcfab
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments