ESLint not reporting TypeScript compiler type checking errors

后端 未结 2 1519
梦谈多话
梦谈多话 2021-01-05 17:45

Looking for help in getting the type errors, reported by the TypeScript compiler, into the output of ESLint. The library typescript-eslint (https://github.com/typescript-esl

2条回答
  •  半阙折子戏
    2021-01-05 18:23

    I downloaded your repository and everything worked out fine in VS Code. Did you forget to run eslint. I ran eslint --ext .ts . and tsc -p tsconfig.json, both eslint and tsconfig was running. I hope you can solve this.

提交回复
热议问题