Skip to content

Commit

Permalink
docs: fix typo in npm install command (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinm committed May 31, 2020
1 parent caaa859 commit 0e83d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/linting/README.md
Expand Up @@ -13,7 +13,7 @@ $ yarn add -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
or with NPM:

```bash
$ npm i --save=dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
$ npm i --save-dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
```

## Configuration
Expand Down

0 comments on commit 0e83d15

Please sign in to comment.