refactor: replace eslint/prettier with oxlint/oxfmt in admin-dashboard (#109)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-04-04 16:16:03 +01:00
committed by GitHub
parent 4097470656
commit bfc25fa704
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/*"]
}
}
}