Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

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'
};