Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

chore: update environments readme #44

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions environments/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Suitable for projects running on Node.js v8.3.

> Node.js 8.3 upgraded the v8 engine to 6.0 which [brings some ECMAScript features](https://v8project.blogspot.cz/2017/06/v8-release-60.html) previously not available in Node.js . This ruleset enables those language features.

### @strv/javascript/environments/nodejs/v10

Suitable for projects running on Node.js v10.

### @strv/javascript/environments/nodejs/optional

Use this ruleset in conjunction with any of the above version-specific rulesets. Provides additional insights into potential inconsistencies in the project.
Expand Down