Skip to content

Commit

Permalink
feat(eslint)!: bump eslint-plugin-unicorn to v47
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in
recommended config (see [#2073](sindresorhus/eslint-plugin-unicorn#2073))
  • Loading branch information
mheob committed May 28, 2023
1 parent c75a9ef commit ec1bad4
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 151 deletions.
7 changes: 7 additions & 0 deletions .changeset/cold-beers-train.md
@@ -0,0 +1,7 @@
---
'@mheob/eslint-config': major
---

Bump `eslint-plugin-unicorn` to v47.
BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all`
in recommended config (see [#2073](https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2073))
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -51,14 +51,14 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-next": "^13.4.3",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.1",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ec1bad4

Please sign in to comment.