Files
clawdbot/.oxlintrc.json
2026-01-17 03:19:42 +00:00

12 lines
180 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": [
"unicorn",
"typescript",
"oxc"
],
"categories": {
"correctness": "error"
}
}