@gossi/config-template-lint
v1.2.2
Published
Add template-lint to your packages.
Readme
@gossi/config-template-lint
Add template-lint to your packages.
Installation
Install these packages:
pnpm add -D @gossi/config-template-lint ember-template-lintCreate a
.template-lintrc.(m)jsfile with these contents:export { default } from '@gossi/config-template-lint';Add scripts to execute linting
{ "scripts": { "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern" } }
