Scaffold Vite + React + TypeScript frontend

This commit is contained in:
EugeneTes
2026-08-15 11:50:53 +00:00
parent a2b78fc856
commit a1ac658fce
19 changed files with 1993 additions and 0 deletions

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