mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-18 05:47:31 -04:00
8 lines
148 B
YAML
8 lines
148 B
YAML
pre-commit:
|
|
commands:
|
|
oxfmt:
|
|
glob: '*.{js,jsx,ts,tsx,json,jsonc}'
|
|
run: bunx oxfmt --write {staged_files}
|
|
stage_fixed: true
|
|
|