6.0.4 • Published 12 months ago

@zestia/template-lint-config v6.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@zestia/template-lint-config

This package provides linting rules for HTML templates.

The rules are based on community standards, with a few extra ones specific to Zestia.

Installation

npm install --save-dev @zestia/template-lint-config

Setup

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

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

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

Running

npm run lint:hbs

Related repos

6.0.4

12 months ago

5.0.0-0

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.3

1 year ago

6.0.2

1 year ago

4.1.9

2 years ago

4.1.10

2 years ago

4.1.11-1

2 years ago

4.1.11-0

2 years ago

4.1.8

2 years ago

4.1.7

2 years ago

4.1.8-0

2 years ago

4.1.4

2 years ago

4.1.8-1

2 years ago

4.1.8-2

2 years ago

4.1.6

2 years ago

4.1.8-3

2 years ago

4.1.5

2 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.0

3 years ago