文件名称:ember-cli-template-lint:用于ember-template-lint的Ember CLI集成
文件大小:222KB
文件格式:ZIP
更新时间:2024-05-31 15:23:06
lint ember-cli templates ember-template-lint JavaScript
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-template-lint-master
----.gitignore(369B)
----package.json(2KB)
----LICENSE.md(1KB)
----broccoli-template-linter.js(5KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----node-tests()
--------acceptance()
--------unit()
--------.eslintrc.js(190B)
--------blueprints()
--------fixtures()
----index.js(2KB)
----CHANGELOG.md(8KB)
----testem.js(556B)
----.eslintrc.js(1KB)
----README.md(2KB)
----tests()
--------.jshintrc(831B)
--------acceptance()
--------dummy()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(2KB)
--------release.js(76B)
--------environment.js(90B)
----.eslintignore(240B)
----lib()
--------utils()
--------commands()
--------plugins()
----.ember-cli(280B)
----ember-cli-build.js(563B)
----.npmignore(423B)
----blueprints()
--------ember-cli-template-lint()
----.editorconfig(367B)
----yarn.lock(493KB)
----.template-lintrc.js(117B)