Skip to content

Commit 98f21a0

Browse files
committed
Update .eslintrc
1 parent 6a35139 commit 98f21a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generated/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
"env": {
2323
"browser": 1, // browser global variables.
24+
"es6": 1, // ES6 activate!
2425
"node": 1, // Node.js global variables and Node.js-specific rules.
2526
"amd": 0, // defines require() and define() as global variables as per the amd spec.
2627
"mocha": 1, // adds all of the Mocha testing global variables.
@@ -215,4 +216,4 @@
215216
"no-bitwise": 0, // disallow use of bitwise operators (off by default)
216217
"no-plusplus": 0 // disallow use of unary operators, ++ and -- (off by default)
217218
}
218-
}
219+
}

0 commit comments

Comments
 (0)