AlloyLint icon indicating copy to clipboard operation
AlloyLint copied to clipboard

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

Open wxwzl opened this issue 4 years ago • 0 comments

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<Element>) { | ^ 95 | app.use(router); 96 | createGuard(router); 97 | }

像这种都检测不出来

wxwzl avatar Oct 15 '20 07:10 wxwzl