Skip to content

Commit 61d1a6a

Browse files
Bumped minimum Node version to 14 LTS (#1376)
1 parent 6708d57 commit 61d1a6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 12+ (LTS) and TSLint 5.18+
37+
> Requires Node 14+ (LTS) and TSLint 5.18+
3838
3939
### FAQs
4040

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please do file issues if you find bugs or lacking features!
99

1010
## Local Setup
1111

12-
After installing [Node >= 12 (latest LTS)](https://nodejs.org/en/download), clone and install packages locally with:
12+
After installing [Node >= 14 (latest LTS)](https://nodejs.org/en/download), clone and install packages locally with:
1313

1414
```shell
1515
git clone https://github.com/typescript-eslint/tslint-to-eslint-config

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": ">=12.0.0"
10+
"node": ">=14.0.0"
1111
},
1212
"dependencies": {
1313
"chalk": "4.1.2",

0 commit comments

Comments
 (0)