mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
19 lines
345 B
Plaintext
19 lines
345 B
Plaintext
{
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"esversion": 5,
|
|
"freeze": true,
|
|
"funcscope": true,
|
|
"futurehostile": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"nocomma": true,
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"predef": [ "define" ],
|
|
"strict": "implied",
|
|
"undef": true,
|
|
"unused": true
|
|
}
|