2026-03-28 10:45:28 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
|
|
|
"printWidth": 80, // Prettier domyślnie 80 — oxfmt domyślnie 100!
|
|
|
|
|
"tabWidth": 2,
|
|
|
|
|
"semi": true,
|
|
|
|
|
"singleQuote": true,
|
|
|
|
|
"trailingComma": "all",
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"arrowParens": "always",
|
2026-04-01 18:59:46 +00:00
|
|
|
"sortImports": {
|
|
|
|
|
"order": "asc",
|
|
|
|
|
"ignoreCase": true
|
|
|
|
|
}
|
2026-03-28 10:45:28 +00:00
|
|
|
}
|