enable EcmaScript 6 to allow for-of loops
This commit is contained in:
parent
0ecb1621ce
commit
d21f462bd3
|
@ -3,6 +3,7 @@
|
|||
module.exports = {
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true,
|
||||
},
|
||||
"extends": ["google"],
|
||||
"overrides": [{
|
||||
|
|
Loading…
Reference in New Issue