mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
allow es6 linting
This commit is contained in:
parent
d39e033409
commit
1c30807be8
@ -13,5 +13,6 @@
|
|||||||
"loopfunc": true, // allow functions to be defined in loops
|
"loopfunc": true, // allow functions to be defined in loops
|
||||||
//"expr": true, // allow ternery operator syntax...
|
//"expr": true, // allow ternery operator syntax...
|
||||||
"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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user