mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-22 23:32:03 +00:00
13 lines
298 B
YAML
13 lines
298 B
YAML
pre-commit:
|
|
commands:
|
|
check:
|
|
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
|
|
run: >-
|
|
npx @biomejs/biome check
|
|
--write
|
|
--no-errors-on-unmatched
|
|
--files-ignore-unknown=true
|
|
--colors=off
|
|
{staged_files}
|
|
stage_fixed: true
|