41 lines
869 B
JSON
41 lines
869 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": null,
|
|
"categories": {},
|
|
"rules": {},
|
|
"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": []
|
|
}
|