openmct/.jshintrc

25 lines
441 B
Plaintext
Raw Normal View History

{
"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"
}