Files
nanobot-ts/.oxlintrc.json
2026-03-12 20:51:37 -06:00

49 lines
1003 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": null,
"categories": {
"correctness": "warn"
},
"rules": {
"eslint/no-unused-vars": "error"
},
"options": {
"typeAware": true,
"typeCheck": true
},
"settings": {
"jsx-a11y": {
"polymorphicPropName": null,
"components": {},
"attributes": {}
},
"next": {
"rootDir": []
},
"react": {
"formComponents": [],
"linkComponents": [],
"version": null,
"componentWrapperFunctions": []
},
"jsdoc": {
"ignorePrivate": false,
"ignoreInternal": false,
"ignoreReplacesDocs": true,
"overrideReplacesDocs": true,
"augmentsExtendsReplacesDocs": false,
"implementsReplacesDocs": false,
"exemptDestructuredRootsFromChecks": false,
"tagNamePreference": {}
},
"vitest": {
"typecheck": false
}
},
"env": {
"builtin": true
},
"globals": {},
"ignorePatterns": []
}