This commit is contained in:
Philippe Torrel
2026-08-10 10:39:24 +02:00
parent d1c4227273
commit 58f8846f56
504 changed files with 52779 additions and 5 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 }]
}
}