- Move Vite, Vitest, Oxfmt, and Oxlint into standalone config files - Replace vite-plus scripts and test imports with direct tools - Keep the generated route tree out of formatter and linter checks
8 lines
178 B
JSON
8 lines
178 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"ignorePatterns": ["src/routeTree.gen.ts"],
|
|
"options": {
|
|
"typeAware": true,
|
|
"typeCheck": true
|
|
}
|
|
}
|