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

Commit b00dada

Browse files
authored
chore: upgrade to ts-eslint v7 (#334)
BREAKING CHANGE: Update @typescript-eslint to v7 or above, and eslint to 8.56.0 or above
1 parent 8ef77c9 commit b00dada

File tree

3 files changed

+1365
-702
lines changed

3 files changed

+1365
-702
lines changed

README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@ 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@^6.0.0 \
18-
@typescript-eslint/parser@^6.0.0 \
19-
--save-dev
20-
```
21-
22-
or
23-
24-
```bash
25-
npm install eslint-config-airbnb-typescript \
26-
@typescript-eslint/eslint-plugin@^5.13.0 \
27-
@typescript-eslint/parser@^5.0.0 \
17+
@typescript-eslint/eslint-plugin@^7.0.0 \
18+
@typescript-eslint/parser@^7.0.0 \
2819
--save-dev
2920
```
3021

0 commit comments

Comments
 (0)