Skip to content

Commit

Permalink
Ignore no-at-ember-render-modifiers linting rule
Browse files Browse the repository at this point in the history
As this is the entire point of this code
  • Loading branch information
jrjohnson committed Dec 22, 2024
1 parent 96a69bd commit a78fe0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

module.exports = {
extends: 'recommended',
rules: {
'no-at-ember-render-modifiers': false,
},
};

0 comments on commit a78fe0e

Please sign in to comment.