当我从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.
可以清理这些规则吗,或者有任何新的规则可以达到目的?