mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
91fb82d212
...as this is apparently presumed.
17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
{
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"freeze": true,
|
|
"funcscope": true,
|
|
"futurehostile": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"nocomma": true,
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"predef": ["define"],
|
|
"strict": "implied",
|
|
"undef": true,
|
|
"unused": true
|
|
} |