n8n/lefthook.yml
कारतोफ्फेलस्क्रिप्ट™ a46030553f
ci: Stop using prettier for formatting and linting
2025-01-17 17:23:52 +01:00

10 lines
303 B
YAML

pre-commit:
commands:
biome_check:
glob: 'packages/**/*.{js,ts,json,vue,yml,md,css,scss}'
run: ./node_modules/.bin/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
stage_fixed: true
skip:
- merge
- rebase