chore: update panel-config3

This commit is contained in:
Hermes Agent
2026-07-01 12:35:25 +00:00
commit 060ecf3a45
31 changed files with 3311 additions and 0 deletions

8
client/.oxlintrc.json Normal file
View File

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