Files
zopu-code/packages/backend/.oxlintrc.json
2026-07-23 01:27:03 +05:30

11 lines
136 B
JSON

{
"overrides": [
{
"files": ["convex/**/*.ts"],
"rules": {
"unicorn/filename-case": "off"
}
}
]
}