chore: Установка и базовая настройка прекоммит хуков с lefthook

This commit is contained in:
Ilia Mashkov
2026-07-14 19:54:20 +03:00
parent d4a02724e1
commit 17730429ad
4 changed files with 122 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pre-commit:
parallel: true
commands:
biome-check:
glob: "*.{js,json,css}"
run: yarn biome check --write {staged_files}
stage_fixed: true