Files
remanso/.oxfmtrc.json
Julien Calixte 8e8706e258 chore: init oxc
2026-03-28 09:34:04 +01:00

10 lines
205 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": []
}