Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 397 Bytes

@ilios/ember-template-lint-plugin

Ilios shared ember-template-lint plugin

Installation

npm install --save-dev @ilios/ember-template-lint-plugin

Then inside add configuration to the template-lintrc.js:

module.exports = {
  plugins: ['@ilios/ember-template-lint-plugin'],
  extends: 'ilios:recommended'
};