refactor: replace eslint/prettier with oxlint/oxfmt in admin-dashboard

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-04-04 15:11:44 +00:00
parent 4097470656
commit 987dd9e59a
47 changed files with 2823 additions and 3099 deletions

View File

@@ -1,13 +1,10 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}