Files
ncd-fe/packages/pl-hooks/.oxfmtrc.json
nicole mikołajczyk bbf0325146 pl-hooks: migrate from eslint
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-02-24 14:01:33 +01:00

13 lines
322 B
JSON

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