We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db984b commit b6469a1Copy full SHA for b6469a1
1 file changed
etc/eslint/env/index.js
@@ -52,15 +52,15 @@ env[ 'commonjs' ] = true;
52
env[ 'shared-node-browser' ] = true;
53
54
/**
55
-* Disable ES6 features.
+* Enable ES6 features.
56
*
57
* @name es6
58
* @memberof env
59
* @type {boolean}
60
-* @default false
+* @default true
61
* @see [es6]{@link http://eslint.org/docs/user-guide/configuring#specifying-environments}
62
*/
63
-env[ 'es6' ] = false;
+env[ 'es6' ] = true;
64
65
66
* Enable web worker global variables.
0 commit comments