Skip to content

Commit

Permalink
[README] fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 5, 2022
1 parent 1e0f6bc commit bac9e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ This module is distributed via npm which is bundled with node and
should be installed as one of your project's `devDependencies`:

```bash
npm install --save-dev eslint-config-typescript-react-pro typescript
npm install --save-dev eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-typescript-react-pro typescript eslint-config-prettier eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-react-hooks eslint-plugin-sort-keys-fix eslint-plugin-jsx-a11y prettier
```
or using yarn

```bash
yarn add -D eslint-config-typescript-react-pro typescript
yarn add -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-typescript-react-pro typescript eslint-config-prettier eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-react-hooks eslint-plugin-sort-keys-fix eslint-plugin-jsx-a11y prettier
```

---
Expand Down

0 comments on commit bac9e10

Please sign in to comment.