npx ng lint <projectName>
> nx run <projectName>:lint
'tsConfig' is not found in schema
Run Code Online (Sandbox Code Playgroud)
我曾经做过从 tslint 到 eslint 的迁移。我关注了这篇文章: https ://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration
我不知道为什么会出现这个错误。
有人可以帮忙吗?