Files
outfit-voting-abi26/frontend/.oxlintrc.json
T
tueem d1d49ecc49
build / Go-Build (push) Failing after 15s
feat(frontend): add files
2026-06-24 11:58:59 +02:00

9 lines
245 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "typescript", "oxc"],
"rules": {
"react/rules-of-hooks": "error",
"react/only-export-components": ["warn", { "allowConstantExport": true }]
}
}