Files
Alfred/.lintstagedrc.json

5 lines
90 B
JSON

{
"*.{ts,tsx,js,jsx}": ["oxlint --fix", "oxfmt"],
"*.{md,json,yaml,yml}": ["oxfmt"]
}