ember-template-lint-plugin-peopleconnect
v1.0.0
Published
PeopleConnect shareable ember-template-lint plugin
Readme
ember-template-lint-plugin-peopleconnect
PeopleConnect shareable ember-template-lint plugin
Installation
npm install --save-dev ember-template-lint-plugin-peopleconnect
ember install ember-cli-template-lintThen inside of your newly generated /.template-lintrc.js:
module.exports = {
plugins: ['ember-template-lint-plugin-peopleconnect'],
extends: 'peopleconnect:recommended'
};