Angular TS Lint警告消息

Angular TS Lint警告消息,angular,npm,lint,tslint,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 an

当我从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中。检查他们的文件

以上所有规则都已删除,您可以