Skip to content

Commit 559f31c

Browse files
author
Josh Goldberg
authored
Docs: Node 12 is LTS now (#1099)
1 parent b9c6282 commit 559f31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `tslint-to-eslint-config` command reads in any existing linter, TypeScript,
3434
For any TSLint rules with corresponding ESLint equivalents, those equivalents will be used in the new configuration.
3535
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).
3636

37-
> Requires Node 10+ (LTS) and TSLint 5.18+
37+
> Requires Node 12+ (LTS) and TSLint 5.18+
3838
3939
### FAQs
4040

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "Converts your TSLint configuration to the closest reasonable ESLint equivalent.",
99
"engines": {
10-
"node": ">=10.0.0"
10+
"node": ">=12.0.0"
1111
},
1212
"dependencies": {
1313
"chalk": "4.1.1",

0 commit comments

Comments
 (0)