Files
JS/webseite-react-php/react-app/.oxlintrc.json
Philippe Torrel bc4d5a41fd
2026-08-28 13:40:03 +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 }]
}
}