diff --git a/.eslintrc.js b/.eslintrc.js index d260918b..99ca2b81 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,11 +6,6 @@ module.exports = { "import/internal-regex": "^ember-uikit/", }, rules: { - "ember/no-runloop": [ - "error", - { - allowList: ["run"], - }, - ], + "ember/no-runloop": "warn", }, };