chore(infra): move to monorepo

This commit is contained in:
Krzysztof Moch
2025-01-22 23:18:23 +01:00
parent d6d7e714fe
commit 30d58d3a39
212 changed files with 5596 additions and 4147 deletions
+3 -3
View File
@@ -3,12 +3,12 @@ pre-commit:
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {staged_files}
run: bun lint
types:
glob: "*.{js,ts, jsx, tsx}"
run: npx tsc
run: bun typecheck
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit
run: bunx commitlint --edit