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