Skip to content

Commit

Permalink
Update eslint-plugin-ember to 12.0.0 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Jan 18, 2024
1 parent 989d363 commit 5dd9f03
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 267 deletions.
4 changes: 3 additions & 1 deletion docs/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ module.exports = {
env: {
browser: true,
},
rules: {},
rules: {
'ember/no-runloop': 0,
},
overrides: [
// ts files
{
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ember-try": "^3.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
Expand Down
4 changes: 3 additions & 1 deletion ember-basic-dropdown/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ module.exports = {
env: {
browser: true,
},
rules: {},
rules: {
'ember/no-runloop': 0,
},
overrides: [
// ts files
{
Expand Down
2 changes: 1 addition & 1 deletion ember-basic-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"node-sass": "^9.0.0",
Expand Down
Loading

0 comments on commit 5dd9f03

Please sign in to comment.