{ "$schema": "./node_modules/oxfmt/configuration_schema.json", "ignorePatterns": ["src/routeTree.gen.ts"], "singleQuote": true, "sortImports": { "groups": [ "type-import", ["value-builtin", "value-external"], "type-internal", "value-internal", ["type-parent", "type-sibling", "type-index"], ["value-parent", "value-sibling", "value-index"], "unknown" ] }, "sortPackageJson": true, "trailingComma": "all" }