Skip to content

Commit a78fe0e

Browse files
committed
Ignore no-at-ember-render-modifiers linting rule
As this is the entire point of this code
1 parent 96a69bd commit a78fe0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.template-lintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
module.exports = {
44
extends: 'recommended',
5+
rules: {
6+
'no-at-ember-render-modifiers': false,
7+
},
58
};

0 commit comments

Comments
 (0)