We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a69bd commit a78fe0eCopy full SHA for a78fe0e
1 file changed
.template-lintrc.js
@@ -2,4 +2,7 @@
2
3
module.exports = {
4
extends: 'recommended',
5
+ rules: {
6
+ 'no-at-ember-render-modifiers': false,
7
+ },
8
};
0 commit comments