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 6a35139 commit 98f21a0Copy full SHA for 98f21a0
generated/.eslintrc
@@ -21,6 +21,7 @@
21
22
"env": {
23
"browser": 1, // browser global variables.
24
+ "es6": 1, // ES6 activate!
25
"node": 1, // Node.js global variables and Node.js-specific rules.
26
"amd": 0, // defines require() and define() as global variables as per the amd spec.
27
"mocha": 1, // adds all of the Mocha testing global variables.
@@ -215,4 +216,4 @@
215
216
"no-bitwise": 0, // disallow use of bitwise operators (off by default)
217
"no-plusplus": 0 // disallow use of unary operators, ++ and -- (off by default)
218
}
-}
219
+}
0 commit comments