Skip to content

Commit

Permalink
README: fix npm install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 3, 2023
1 parent 64a41d6 commit d09b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you want to manage `.eslintrc.js` file on your codebase, please choose [Bareb
- **npm**

```bash
npm install --save-dev eslint-config-ts-prefixer eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-sort-keys-custom-order prettier
npm install --save-dev eslint-config-ts-prefixer eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier prettier
```

- **yarn**
Expand Down

0 comments on commit d09b651

Please sign in to comment.