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

Commit

Permalink
chore: upgrade to ts-eslint v7 (#334)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update @typescript-eslint to v7 or above, and eslint to 8.56.0 or above
  • Loading branch information
iamturns committed Mar 2, 2024
1 parent 8ef77c9 commit b00dada
Show file tree
Hide file tree
Showing 3 changed files with 1,365 additions and 702 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,8 @@ Make sure you have the regular Airbnb config setup. If you are using React, use

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin@^6.0.0 \
@typescript-eslint/parser@^6.0.0 \
--save-dev
```

or

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin@^5.13.0 \
@typescript-eslint/parser@^5.0.0 \
@typescript-eslint/eslint-plugin@^7.0.0 \
@typescript-eslint/parser@^7.0.0 \
--save-dev
```

Expand Down
Loading

0 comments on commit b00dada

Please sign in to comment.