1.0.0 • Published 6 years ago

ember-template-lint-plugin-peopleconnect v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ember-template-lint-plugin-peopleconnect

npm version

PeopleConnect shareable ember-template-lint plugin

Installation

npm install --save-dev ember-template-lint-plugin-peopleconnect
ember install ember-cli-template-lint

Then inside of your newly generated /.template-lintrc.js:

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