Skip to content

Commit 3adfbd4

Browse files
author
Josh Goldberg
authored
Mention Node 12 LTS requirement in README.md
Fixes #260
1 parent 13ca7fc commit 3adfbd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The `tslint-to-eslint-config` command reads in any existing linter, TypeScript,
3232
For any TSLint rules with corresponding ESLint equivalents, those equivalents will be used in the new configuration.
3333
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).
3434

35+
> Requires Node 12+ (LTS)
36+
3537
### CLI Flags
3638

3739
Each of these flags is optional:

0 commit comments

Comments
 (0)