Files
ncd-fe/packages/pl-api/.oxfmtrc.json
nicole mikołajczyk ad00129411 pl-api: migrate to oxfmt+oxlint
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-02-15 03:00:05 +01:00

12 lines
309 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": [],
"printWidth": null,
"singleQuote": true,
"arrowParens": null,
"experimentalSortImports": {
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"]
},
"tabWidth": 2
}