chore: scaffold carousel package and tooling

This commit is contained in:
Ilia Mashkov
2026-07-01 07:24:35 +03:00
commit f1d6731417
11 changed files with 124 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pre-commit:
parallel: true
commands:
biome-check:
glob: "*.{ts,json,css}"
run: yarn biome check --write {staged_files}
stage_fixed: true
typecheck:
run: yarn check
tests:
run: yarn test