TS Lint 警告消息

TS Lint warning message

当我从 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.

是否可以清理这些规则或是否有任何新规则可以达到目的?

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

以上规则全部删除,您可以look at this thread.