Skip to content

Commit

Permalink
Mention Node 12 LTS requirement in README.md
Browse files Browse the repository at this point in the history
Fixes #260
  • Loading branch information
Josh Goldberg authored Oct 28, 2019
1 parent 13ca7fc commit 3adfbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The `tslint-to-eslint-config` command reads in any existing linter, TypeScript,
For any TSLint rules with corresponding ESLint equivalents, those equivalents will be used in the new configuration.
TSLint rules without ESLint equivalents will be wrapped with [eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-tslint).

> Requires Node 12+ (LTS)
### CLI Flags

Each of these flags is optional:
Expand Down

0 comments on commit 3adfbd4

Please sign in to comment.