Files
JS/05_react/uebungen/u14_input-price/.oxlintrc.json
Philippe Torrel f08771d221
2026-08-11 10:04:41 +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 }]
}
}