mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-06 19:41:35 -05: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
|
|
|