We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0c1f6 commit 3807b43Copy full SHA for 3807b43
README.md
@@ -42,5 +42,24 @@ For validating **ECMAScript 2015 (ES6)** project use `es6` version:
42
}
43
44
```
45
+For validating **ECMAScript 2015 (ES6)** in **Node.js** environment project use `es6` version:
46
+
47
+```json
48
+{
49
+ "parserOptions": {
50
+ "ecmaVersion": 6,
51
+ "sourceType": "module"
52
+ },
53
+ "env": {
54
+ "es6": true,
55
+ "browser": false,
56
+ "node": true
57
58
+ "extends": "htmlacademy/node",
59
+ "rules": {
60
+ // Additional rules...
61
+ }
62
+}
63
+```
64
[travis-image]: https://travis-ci.org/htmlacademy/eslint-config-htmlacademy.svg?branch=master
65
[travis-url]: https://travis-ci.org/htmlacademy/eslint-config-htmlacademy
0 commit comments