openmct/.jshintrc
Victor Woeltjen 91fb82d212 [Build] Remove esversion: 5 from lint cfg
...as this is apparently presumed.
2016-03-04 10:14:37 -08:00

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
}