1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/.jshintrc
2018-08-15 21:40:59 +01:00

16 lines
255 B
Plaintext

{
"asi": true,
"curly": true,
"eqnull": true,
"freeze": true,
"indent": 4,
"forin": true,
"immed": true,
"nonbsp": true,
"loopfunc": true,
"shadow": true,
"sub": true,
"proto": true,
"esversion": 6
}