Skip to content

Commit

Permalink
readme: fix typescript instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 5, 2019
1 parent db61e3f commit 329a2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -569,7 +569,7 @@ be sure to install `babel-eslint` and `eslint-plugin-flowtype` globally as well,
### TypeScript

To use TypeScript, you need to run `standard` with `@typescript-eslint/parser` as the parser,
`eslint-plugin-typescript` as a plugin, and tell standard to lint `*.ts` files (since it
`@typescript-eslint/eslint-plugin` as a plugin, and tell standard to lint `*.ts` files (since it
doesn't by default).

```bash
Expand Down

0 comments on commit 329a2e0

Please sign in to comment.