This package has been deprecated

Author message:

Moved to GitHub Packages

@zestia/template-lint-config

6.0.4 • Public • Published

@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

Package Sidebar

Install

npm i @zestia/template-lint-config

Weekly Downloads

30

Version

6.0.4

License

ISC

Unpacked Size

4.59 kB

Total Files

7

Last publish

Collaborators

  • philliphaines
  • amk221