mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
16 lines
252 B
Plaintext
16 lines
252 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": 8
|
|
}
|