1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/.jshintrc

16 lines
314 B
Plaintext
Raw Normal View History

{
"validthis": true,
"browser" : true,
"debug" : true,
"boss" : true,
"expr" : true,
"eqnull" : true,
"quotmark" : "double",
"sub" : true,
"trailing" : true,
"undef" : true,
"predef" : [ // Extra globals.
"_V_",
"VideoJS"
]
}