Files
anomalyco__opentui/.oxlintrc.json
T
Simon Klee d7ce851cbf fmt changes (#856)
swap prettier with oxfmt/oxlint, update CI, and fix the formatting/lint
issues needed for the new checks to pass.
2026-03-23 15:59:52 +01:00

19 lines
436 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "typescript", "import"],
"categories": {
"correctness": "off",
"suspicious": "off",
"pedantic": "off",
"perf": "off",
"style": "off",
"restriction": "off",
"nursery": "off"
},
"rules": {
"no-async-promise-executor": "error",
"react/react-in-jsx-scope": "off",
"react/no-unknown-property": "off"
}
}