17 lines
584 B
JSON
17 lines
584 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 233,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "always",
|
|
"ignorePatterns": ["lib/routes-deprecated", "lib/router.js", "babel.config.js", "scripts/docker/minify-docker.js", "dist", "pnpm-lock.yaml"],
|
|
"sortPackageJson": {
|
|
"sortScripts": true
|
|
},
|
|
"sortImports": {
|
|
"groups": ["side_effect", "builtin", "external", ["internal", "subpath"], ["parent", "sibling", "index"], "style", "unknown"],
|
|
"order": "asc"
|
|
}
|
|
}
|