Skip to content

Commit

Permalink
Move no-render-modifiers lint to template
Browse files Browse the repository at this point in the history
More likely to be removed during refactor than in the config file.
  • Loading branch information
Panman82 committed Oct 1, 2024
1 parent d175eb2 commit 14ad23c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

module.exports = {
extends: 'recommended',
rules: {
'no-at-ember-render-modifiers': false,
},
};
1 change: 1 addition & 0 deletions addon/components/froala-editor.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{!-- template-lint-disable no-at-ember-render-modifiers --}}
<div
...attributes
{{did-insert this.createEditor this.optionsWithInitEvent}}
Expand Down

0 comments on commit 14ad23c

Please sign in to comment.