Files
JS/05_react/uebungen/u13_input-amount/.oxlintrc.json
Philippe Torrel 58f8846f56
2026-08-10 10:39:24 +02:00

9 lines
231 B
JSON

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