ember-template-lint-plugin-discourse
v3.0.0
Published
Discourse shareable ember-template-lint plugin
Downloads
641
Readme
ember-template-lint-plugin-discourse
Ember template linting shared configuration
Installation
Inside /.template-lintrc.js
:
module.exports = {
plugins: ["ember-template-lint-plugin-discourse"],
extends: "discourse:recommended"
};