mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
b1cc7b3296
commit
15b49f4db8
File diff suppressed because one or more lines are too long
@ -80,9 +80,8 @@ oop.inherits(NRJavaScriptWorker, Mirror);
|
||||
// undef: true,
|
||||
// unused: true,
|
||||
esversion: 9,
|
||||
moz: true,
|
||||
devel: true,
|
||||
browser: true,
|
||||
browser: false,
|
||||
node: true,
|
||||
laxcomma: true,
|
||||
laxbreak: true,
|
||||
@ -92,7 +91,7 @@ oop.inherits(NRJavaScriptWorker, Mirror);
|
||||
maxerr: 100,
|
||||
expr: true,
|
||||
multistr: true,
|
||||
globalstrict: true,
|
||||
strict: false,
|
||||
sub: true,
|
||||
asi: true
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user