Missing return type on function (@typescript-eslint/explicit-module-boundary-types) at src\router\index.ts:94:8:
92 |
93 | // config router
94 | export function setupRouter(app: App) {
| ^
95 | app.use(router);
96 | createGuard(router);
97 | }
像这种都检测不出来