Files
react-basics/Erster React Test/.oxlintrc.json
T

9 lines
231 B
JSON
Raw Normal View History

2026-07-14 08:09:57 +02:00
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "oxc"],
"rules": {
"react/rules-of-hooks": "error",
"react/only-export-components": ["warn", { "allowConstantExport": true }]
}
}