mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
d4fdaf9cbc
Added TelemetryCollection to handle bounds and buffering. Avoids loss of telemetry due to timing mismatch between telemetry providers and tick sources Fixed issues with removal and addition of objects
26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
{
|
|
"bitwise": true,
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"freeze": true,
|
|
"funcscope": false,
|
|
"futurehostile": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"nocomma": true,
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"predef": [
|
|
"define",
|
|
"Promise",
|
|
"WeakMap",
|
|
"Map"
|
|
],
|
|
"shadow": "outer",
|
|
"strict": "implied",
|
|
"undef": true,
|
|
"unused": "vars"
|
|
}
|