6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"*.{ts,tsx,js,jsx}": ["oxlint --fix", "oxfmt"],
|
|
"*.{md,json,yaml,yml}": ["oxfmt"],
|
|
"!openspec/**": []
|
|
}
|