Skip to content

Commit

Permalink
Update eslint-plugin-ember to 12.0.0 (#366)
Browse files Browse the repository at this point in the history
* Update eslint-plugin-ember to 12.0.0

* Disable rule ember/no-runloop
  • Loading branch information
mkszepp authored Jan 18, 2024
1 parent 134927d commit 5bae020
Show file tree
Hide file tree
Showing 7 changed files with 403 additions and 263 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ember-try": "^3.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"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-power-calendar/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ module.exports = {
env: {
browser: true,
},
rules: {},
rules: {
'ember/no-runloop': 0,
},
overrides: [
// node files
{
Expand Down
2 changes: 1 addition & 1 deletion ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"start:test-app": "pnpm run --filter test-app start"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"concurrently": "^8.2.0",
"prettier": "^3.2.2",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^8.2.2",
"prettier": "^3.2.4",
"prettier-plugin-ember-template-tag": "^2.0.0",
"release-it": "^16.3.0"
"release-it": "^17.0.1"
},
"workspaces": [
"ember-power-calendar",
Expand Down
Loading

0 comments on commit 5bae020

Please sign in to comment.