3.0.11 • Published 4 years ago
@zestia/ember-template-lint-plugin v3.0.11
@zestia/ember-template-lint-plugin
This package provides our template linting rules for Ember Apps and Addons.
The rules extend the recommended
rules provided by Ember, with a few extra ones specific to Zestia.
Installation
npm install --save-dev @zestia/ember-template-lint-plugin
Setup
Create the following file
.template-lintrc.js
module.exports = { plugins: ['@zestia/ember-template-lint-plugin'], extends: 'zestia:recommended' };
Add the following to
scripts
inpackage.json
"lint:hbs": "ember-template-lint ."
Running
npm run lint:hbs
Related repos:
3.0.11
4 years ago
3.0.10
4 years ago
3.0.9
5 years ago
3.0.8
5 years ago
3.0.7
5 years ago
3.0.6
5 years ago
3.0.5
5 years ago
3.0.4
5 years ago
3.0.3
5 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
2.0.9
5 years ago
2.0.8
6 years ago
2.0.7
6 years ago
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
8 years ago