TS Lint警告消息

时间:2019-05-16 08:48:04

标签: angular npm lint tslint

当我从Circle CI运行npm lint命令时,我收到以下警告消息。

Could not find implementations for the following rules specified in the configuration:
    templates-use-public
    no-access-missing-member
    invoke-injectable
    template-to-ng-template
Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed.
If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up.

可以清理这些规则吗,或者有任何新的规则可以达到目的?

1 个答案:

答案 0 :(得分:1)

这些规则可能已被删除/替换或转移到tsconnfig中。查看他们的文档。

以上所有规则均已删除,您可以look at this thread.