From 14ad23c86f5aac3ff44c9f4ffc5346cff5c7e9cd Mon Sep 17 00:00:00 2001 From: Ryan Panning Date: Tue, 1 Oct 2024 15:19:20 -0500 Subject: [PATCH] Move no-render-modifiers lint to template More likely to be removed during refactor than in the config file. --- .template-lintrc.js | 3 --- addon/components/froala-editor.hbs | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.template-lintrc.js b/.template-lintrc.js index 07b02ab..f35f61c 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -2,7 +2,4 @@ module.exports = { extends: 'recommended', - rules: { - 'no-at-ember-render-modifiers': false, - }, }; diff --git a/addon/components/froala-editor.hbs b/addon/components/froala-editor.hbs index dff2211..250e77a 100644 --- a/addon/components/froala-editor.hbs +++ b/addon/components/froala-editor.hbs @@ -1,3 +1,4 @@ +{{!-- template-lint-disable no-at-ember-render-modifiers --}}