mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Allow es6
This commit is contained in:
parent
6613513d64
commit
6fd3a1b11d
@ -15,5 +15,5 @@
|
|||||||
"shadow": true, // allow variable shadowing (re-use of names...)
|
"shadow": true, // allow variable shadowing (re-use of names...)
|
||||||
"sub": true, // don't warn that foo['bar'] should be written as foo.bar
|
"sub": true, // don't warn that foo['bar'] should be written as foo.bar
|
||||||
"proto": true // allow setting of __proto__ in node < v0.12
|
"proto": true // allow setting of __proto__ in node < v0.12
|
||||||
/* "esversion": 6 // allow es6 */
|
"esversion": 6 // allow es6
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user