jassen/.oxlintrc.json
Stefan 2cd921d609 Initial commit: Kreuzjass Punkte-App mit Ziel 1000.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 18:26:25 +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 }]
}
}