mirror of
https://github.com/videojs/video.js.git
synced 2025-03-29 22:07:10 +02:00
Added globals in jshintrc to fix errors from new jshint version
This commit is contained in:
parent
6786b70da1
commit
c5f5ea419e
11
.jshintrc
11
.jshintrc
@ -11,10 +11,13 @@
|
||||
"trailing" : true,
|
||||
"undef" : true,
|
||||
"laxbreak" : true,
|
||||
"globals" : {
|
||||
"vjs": true,
|
||||
"videojs": true,
|
||||
"PlayerTest": true,
|
||||
"TestHelpers": true
|
||||
},
|
||||
"predef" : [
|
||||
"_V_",
|
||||
"videojs",
|
||||
"vjs",
|
||||
"goog",
|
||||
"console",
|
||||
|
||||
@ -24,8 +27,6 @@
|
||||
"exports",
|
||||
"process",
|
||||
|
||||
"PlayerTest",
|
||||
"TestHelpers",
|
||||
"asyncTest",
|
||||
"deepEqual",
|
||||
"equal",
|
||||
|
Loading…
x
Reference in New Issue
Block a user