15 lines
329 B
JSON
15 lines
329 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||
|
|
"plugins": ["typescript", "unicorn", "oxc", "react", "jsx-a11y", "node"],
|
||
|
|
"categories": {
|
||
|
|
"correctness": "error"
|
||
|
|
},
|
||
|
|
"rules": {},
|
||
|
|
"ignorePatterns": ["src/routeTree.gen.ts"],
|
||
|
|
"env": {
|
||
|
|
"builtin": true,
|
||
|
|
"browser": true,
|
||
|
|
"node": true
|
||
|
|
}
|
||
|
|
}
|