Skip to content

Commit

Permalink
feat: eslint v7 support (#115)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update eslint to v7

BREAKING CHANGE: Update peer dependencies by re-running install command in README
  • Loading branch information
iamturns committed Jul 18, 2020
1 parent c264deb commit e45ff0f
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 346 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Install dependencies. ESLint plugins [must also be installed](https://github.com

```bash
npm install eslint-config-airbnb-typescript \
eslint-plugin-import@^2.20.1 \
eslint-plugin-jsx-a11y@^6.2.3 \
eslint-plugin-react@^7.19.0 \
eslint-plugin-react-hooks@^2.5.0 \
@typescript-eslint/eslint-plugin@^3.1.0 \
eslint-plugin-import@^2.22.0 \
eslint-plugin-jsx-a11y@^6.3.1 \
eslint-plugin-react@^7.20.3 \
eslint-plugin-react-hooks@^4.0.8 \
@typescript-eslint/eslint-plugin@^3.6.1 \
--save-dev
```

Expand All @@ -41,8 +41,8 @@ Install dependencies. ESLint plugins [must also be installed](https://github.com

```bash
npm install eslint-config-airbnb-typescript \
eslint-plugin-import@^2.20.1 \
@typescript-eslint/eslint-plugin@^3.1.0 \
eslint-plugin-import@^2.22.0 \
@typescript-eslint/eslint-plugin@^3.6.1 \
--save-dev
```

Expand Down
Loading

0 comments on commit e45ff0f

Please sign in to comment.