Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

并不好用啊,typescript-eslint能校验出来的不符合规范的规则,她并不能检测出来 #4

Open
wxwzl opened this issue Oct 15, 2020 · 0 comments

Comments

@wxwzl
Copy link

wxwzl commented Oct 15, 2020

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 | }

像这种都检测不出来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant