6.0.4 • Published 2 years ago

@zestia/template-lint-config v6.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

5.0.0-0

3 years ago

5.3.1

3 years ago

5.3.0

3 years ago

5.2.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

6.0.3

3 years ago

6.0.2

3 years ago

4.1.9

3 years ago

4.1.10

3 years ago

4.1.11-1

3 years ago

4.1.11-0

3 years ago

4.1.8

3 years ago

4.1.7

3 years ago

4.1.8-0

3 years ago

4.1.4

4 years ago

4.1.8-1

3 years ago

4.1.8-2

3 years ago

4.1.6

3 years ago

4.1.8-3

3 years ago

4.1.5

3 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago