This commit is contained in:
SonPhung
2026-07-10 00:28:31 +07:00
commit f7fec6e510
35 changed files with 5476 additions and 0 deletions

8
.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 }]
}
}