Skip to content

Commit

Permalink
chore(lint): warn about runloop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Mar 13, 2024
1 parent 844c1d5 commit 361286f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ module.exports = {
"import/internal-regex": "^ember-uikit/",
},
rules: {
"ember/no-runloop": [
"error",
{
allowList: ["run"],
},
],
"ember/no-runloop": "warn",
},
};

0 comments on commit 361286f

Please sign in to comment.