3.0.11 • Published 3 years ago

@zestia/ember-template-lint-plugin v3.0.11

Weekly downloads
27
License
ISC
Repository
github
Last release
3 years ago

@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

  1. Create the following file .template-lintrc.js

    module.exports = {
      plugins: ['@zestia/ember-template-lint-plugin'],
      extends: 'zestia:recommended'
    };
  2. Add the following to scripts in package.json

    "lint:hbs": "ember-template-lint ."

Running

npm run lint:hbs

Related repos:

3.0.11

3 years ago

3.0.10

3 years ago

3.0.9

3 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago