登录 注册
当前位置:主页 > 资源下载 > 9 > Ember CLI集成工具ember-cli-template-lint,适用于ember-template-lint

Ember CLI集成工具ember-cli-template-lint,适用于ember-template-lint

  • 更新:2024-10-23 18:42:08
  • 大小:222KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 因此,测试TemplateLint: app/components/my-thing/template.hbs将失败,并声明“找到了裸字符串(0:5)”。 安装 安装ember-cli-template-lint ember install ember-cli-template