TS Lint 警告消息

Posted

技术标签:

【中文标题】TS Lint 警告消息【英文标题】:TS Lint warning message 【发布时间】: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.

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

【问题讨论】:

【参考方案1】:

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

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

【讨论】:

以上是关于TS Lint 警告消息的主要内容,如果未能解决你的问题,请参考以下文章

如何修复未受保护的 SMS BroadcastReceiver lint 警告

如何在Android Studio中为消息“调用需要API级别21(当前最小值为16)”启用lint错误?

Android Lint contentDescription警告

lint 警告:parseInt 缺少基数参数 [重复]

ionic cordova build 显示 lint 警告

编写自定义 lint 警告以检查自定义注释