chore: scaffold carousel package and tooling
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user