-
Ember CLI集成工具ember-cli-template-lint,适用于ember-template-lint
资源介绍
ember-cli-template-lint
:red_circle: 已淘汰 :red_circle:
ember-cli-template-lint已弃用!!
请直接使用 。
更多信息/背景:
基本信息
ember-cli-template-lint将对您的模板进行整理,并为每个声明所有样式规则均得到满足的测试添加一个测试。
例如,给定启用no-bare-strings规则,将违反此模板:
{{! app/components/my-thing/template.hbs }}
< div>A bare string div>
因此,测试TemplateLint: app/components/my-thing/template.hbs将失败,并声明“找到了裸字符串(0:5)”。
安装
安装ember-cli-template-lint
ember install ember-cli-template
- 上一篇: ember-cli-babel:Babel的Ember CLI插件
- 下一篇:没有了