19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"insertFinalNewline": true,
|
|
"sortImports": {
|
|
"groups": [
|
|
"type-import",
|
|
["value-builtin", "value-external"],
|
|
"value-internal",
|
|
["value-parent", "value-sibling", "value-index"],
|
|
"unknown"
|
|
]
|
|
}
|
|
} |