openmct/.jshintrc

21 lines
371 B
Plaintext
Raw Normal View History

2016-01-28 13:44:18 -08:00
{
2016-03-04 10:11:17 -08:00
"bitwise": true,
"curly": true,
"eqeqeq": true,
"freeze": true,
"funcscope": true,
"futurehostile": true,
"latedef": true,
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
2016-03-04 10:36:10 -08:00
"predef": [
"define",
"Blob",
"Promise"
],
2016-03-04 10:11:17 -08:00
"strict": "implied",
"undef": true,
"unused": true
}