5 lines
90 B
JSON
5 lines
90 B
JSON
{
|
|
"*.{ts,tsx,js,jsx}": ["oxlint --fix", "oxfmt"],
|
|
"*.{md,json,yaml,yml}": ["oxfmt"]
|
|
}
|