【问题标题】:TS Lint warning messageTS Lint 警告消息
【发布时间】:2019-10-03 11:47:36
【问题描述】:

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

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

【问题讨论】:

    标签: angular npm lint tslint


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2018-03-31
      • 1970-01-01
      • 2014-08-23
      • 2010-11-11
      • 2021-01-19
      • 1970-01-01
      • 2011-09-27
      • 2011-08-07
      • 2015-08-07
      相关资源
      最近更新 更多