This commit is contained in:
Philippe Torrel
2026-08-11 10:04:41 +02:00
parent a7dea7a7a6
commit f08771d221
271 changed files with 28827 additions and 4 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 }]
}
}