2

我正在尝试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似乎从第一个项目开始,如果它没有找到该文件,它就会出错。

4

1 回答 1

1

有一些命令行参数问题ng lint。你需要使用这个垫片:https ://www.npmjs.com/package/ng-lint-staged

于 2020-11-11T07:40:08.610 回答