Discourse shareable ember-template-lint plugin
npm install ember-template-lint-plugin-discourseEmber template linting shared configuration
Inside /.template-lintrc.js:
``js``
module.exports = {
plugins: ["ember-template-lint-plugin-discourse"],
extends: "discourse:recommended"
};