fix;发版

This commit is contained in:
ljy
2026-07-29 22:22:10 +08:00
parent 7b98dadc43
commit 344920fd5d
123 changed files with 10997 additions and 11 deletions
+8
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 }]
}
}