Skip to content

Commit

Permalink
Update eslint to latest version 8 (#362)
Browse files Browse the repository at this point in the history
* build: update `eslint` to latest version 8

* build: deduplicate lockfile

```
npx yarn-deduplicate
```
  • Loading branch information
MrChocolatine authored May 14, 2024
1 parent c1fd3f5 commit a2549e6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 165 deletions.
2 changes: 1 addition & 1 deletion ember-slugify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"babel-plugin-ember-template-compilation": "^2.2.0",
"concurrently": "^8.0.1",
"ember-template-lint": "^6.0.0",
"eslint": "^8.33.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.52.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^16.6.2",
Expand Down
Loading

0 comments on commit a2549e6

Please sign in to comment.