{ "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": null, "categories": { "correctness": "warn" }, "rules": { "eslint/no-unused-vars": "error", "unicorn/no-nested-ternary": "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": [] }