mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[Build] Define more common globals
This commit is contained in:
@ -10,7 +10,11 @@
|
|||||||
"nocomma": true,
|
"nocomma": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"nonew": true,
|
"nonew": true,
|
||||||
"predef": ["define"],
|
"predef": [
|
||||||
|
"define",
|
||||||
|
"Blob",
|
||||||
|
"Promise"
|
||||||
|
],
|
||||||
"strict": "implied",
|
"strict": "implied",
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": true
|
"unused": true
|
||||||
|
Reference in New Issue
Block a user