You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: environments/nodejs/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ These configuration files are suitable to lint code which will run on Node.js.
4
4
5
5
## Configurations
6
6
7
-
### javascript/environments/nodejs/latest
7
+
### @strv/javascript/environments/nodejs/v6
8
8
9
-
Suitable for the very latest version of Node.js. It configures ESLint to allow known ES 2015 features and disallow those still missing as well as includes Node-specific ruleset for known errors.
9
+
Suitable for projects running on Node.js v6. Also includes Node-specific ruleset for known errors.
10
10
11
-
### javascript/environments/nodejs/legacy
11
+
### @strv/javascript/environments/nodejs/v5
12
12
13
-
Suitable for legacy versions of Node.js (0.12 and older). Also includes Node-specific rulesets for known errors.
13
+
Suitable for projects running on Node.js v5. It configures ESLint to allow known ES 2015 features and disallow those still missing. Also includes Node-specific rulesets for known errors.
Use this ruleset in conjunction with one of the version-specific configuration files. Provides additional safety checks to flag potentially unsafe code.
18
18
19
-
### javascript/environments/nodejs/optional
19
+
### @strv/javascript/environments/nodejs/optional
20
20
21
21
Use this ruleset in conjunction with any of the above. Provides additional insights into potential inconsistencies in the project.
0 commit comments