mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 13:54:02 +00:00
12 lines
207 B
YAML
12 lines
207 B
YAML
# lefthook.yml
|
|
|
|
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
format:
|
|
glob: '*.{ts,tsx,js,jsx,json,md}'
|
|
run: bun run format:check
|
|
lint:
|
|
glob: '*.{ts,tsx,js,jsx}'
|
|
run: bun run lint
|