mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
25 lines
441 B
Plaintext
25 lines
441 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"
|
|
],
|
|
"shadow": "outer",
|
|
"strict": "implied",
|
|
"undef": true,
|
|
"unused": "vars"
|
|
}
|