mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
This could probably use some tests, but I'm not really sure what exactly should be tested. Will leave a review with a few comments on things that might need a different approach. Closes #7032.
38 lines
728 B
JSON
38 lines
728 B
JSON
{
|
|
"plugins": [
|
|
"react",
|
|
"unicorn",
|
|
"typescript",
|
|
"oxc"
|
|
],
|
|
"categories": {},
|
|
"rules": {},
|
|
"settings": {
|
|
"jsx-a11y": {
|
|
"polymorphicPropName": null,
|
|
"components": {}
|
|
},
|
|
"next": {
|
|
"rootDir": []
|
|
},
|
|
"react": {
|
|
"formComponents": [],
|
|
"linkComponents": []
|
|
},
|
|
"jsdoc": {
|
|
"ignorePrivate": false,
|
|
"ignoreInternal": false,
|
|
"ignoreReplacesDocs": true,
|
|
"overrideReplacesDocs": true,
|
|
"augmentsExtendsReplacesDocs": false,
|
|
"implementsReplacesDocs": false,
|
|
"exemptDestructuredRootsFromChecks": false,
|
|
"tagNamePreference": {}
|
|
}
|
|
},
|
|
"env": {
|
|
"builtin": true
|
|
},
|
|
"globals": {},
|
|
"ignorePatterns": []
|
|
}
|