Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e83d15

Browse files
authored
docs: fix typo in npm install command (typescript-eslint#2136)
1 parent caaa859 commit 0e83d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/linting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ yarn add -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
1313
or with NPM:
1414

1515
```bash
16-
$ npm i --save=dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
16+
$ npm i --save-dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
1717
```
1818

1919
## Configuration

0 commit comments

Comments
 (0)