我正在尝试lint-staged
使用我的 Angular monorepo 工作区进行设置,但是我无法使其工作。当ng lint --files
使用更改的文件执行时,它会出错*file* is not part of a TypeScript project
。如果我运行ng lint <project> --files
它可以工作。Angular 是否可以使用来自 的文件对所有项目进行 lint lint-staged
?
我只需要对更改的部分进行 linting,但我不知道如何实现这一点。
我在 中没有默认项目angular.json
,但是ng lint
似乎从第一个项目开始,如果它没有找到该文件,它就会出错。