{ "$schema": "./node_modules/oxlint/configuration_schema.json", "ignorePatterns": [ "dist", "dist-electron", "node_modules", "bun.lock", "*.tsbuildinfo", "**/routeTree.gen.ts" ], "plugins": ["eslint", "oxc", "react", "unicorn", "typescript"], "jsPlugins": ["./oxlint-plugin-t3code/index.ts"], "categories": { "correctness": "warn", "suspicious": "warn", "perf": "warn" }, "rules": { "react-in-jsx-scope": "off", "eslint/no-shadow": "off", "eslint/no-await-in-loop": "off", "eslint/no-underscore-dangle": "off", "t3code/no-inline-schema-compile": "warn" } }