Skip to content

Commit 4494aa8

Browse files
MrCube42Josh Goldberg
authored andcommitted
Update Node requirement to >= 12 (latest LTS) (#252)
The node requirement has to be incremented since e.g. Array.prototype.flat does not work with 10 anymore. see: https://node.green/#ESNEXT-candidate--stage-3--Array-prototype--flat--flatMap--Array-prototype-flat
1 parent 3f0ab44 commit 4494aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 >=10](https://nodejs.org/en/download), clone and install packages locally with:
12+
After installing [Node >= 12 (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

0 commit comments

Comments
 (0)