Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 91fd090

Browse files
authored
chore: bump peerDependencies to reflect the use of space-before-blocks (#293)
BREAKING CHANGE: Update your `@typescript-eslint/eslint-plugin` to `^5.13.0`
1 parent 4aec570 commit 91fd090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure you have the regular Airbnb config setup. If you are using React, use
1414

1515
```bash
1616
npm install eslint-config-airbnb-typescript \
17-
@typescript-eslint/eslint-plugin@^5.0.0 \
17+
@typescript-eslint/eslint-plugin@^5.13.0 \
1818
@typescript-eslint/parser@^5.0.0 \
1919
--save-dev
2020
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-config-airbnb-base": "^15.0.0"
2727
},
2828
"peerDependencies": {
29-
"@typescript-eslint/eslint-plugin": "^5.0.0",
29+
"@typescript-eslint/eslint-plugin": "^5.13.0",
3030
"@typescript-eslint/parser": "^5.0.0",
3131
"eslint": "^7.32.0 || ^8.2.0",
3232
"eslint-plugin-import": "^2.25.3"

0 commit comments

Comments
 (0)