Skip to content

Commit

Permalink
Remove extra step (typescript-eslint#194)
Browse files Browse the repository at this point in the history
This package now depends directly on typescript-eslint-parser, so no need to do that.
  • Loading branch information
Titozzz authored and JamesHenry committed Jan 18, 2019
1 parent 48750c8 commit 1408dab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/eslint-plugin-typescript/README.md
Expand Up @@ -10,12 +10,6 @@ You'll first need to install [ESLint](http://eslint.org):
$ npm i eslint --save-dev
```

Next, install `typescript-eslint-parser`:

```
$ npm install typescript-eslint-parser --save-dev
```

Last, install `eslint-plugin-typescript`:

```
Expand Down

0 comments on commit 1408dab

Please sign in to comment.