This commit is contained in:
Philippe Torrel
2026-08-12 09:54:03 +02:00
parent 0d8d00db9e
commit 3188718f5e
522 changed files with 53678 additions and 2 deletions

View File

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