{ "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}": [ "oxlint --fix", "prettier --write" ], "*.{css,scss,json}": [ "prettier --write" ] }