mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-03 10:41:25 -06:00
8 lines
231 B
YAML
8 lines
231 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
check:
|
|
glob: "src/*.{ts,tsx}"
|
|
run: npx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
|
|
staged_fixed: true
|