mirror of
https://github.com/videojs/video.js.git
synced 2025-04-02 22:25:42 +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,
|
"trailing" : true,
|
||||||
"undef" : true,
|
"undef" : true,
|
||||||
"laxbreak" : true,
|
"laxbreak" : true,
|
||||||
|
"globals" : {
|
||||||
|
"vjs": true,
|
||||||
|
"videojs": true,
|
||||||
|
"PlayerTest": true,
|
||||||
|
"TestHelpers": true
|
||||||
|
},
|
||||||
"predef" : [
|
"predef" : [
|
||||||
"_V_",
|
|
||||||
"videojs",
|
|
||||||
"vjs",
|
|
||||||
"goog",
|
"goog",
|
||||||
"console",
|
"console",
|
||||||
|
|
||||||
@ -24,8 +27,6 @@
|
|||||||
"exports",
|
"exports",
|
||||||
"process",
|
"process",
|
||||||
|
|
||||||
"PlayerTest",
|
|
||||||
"TestHelpers",
|
|
||||||
"asyncTest",
|
"asyncTest",
|
||||||
"deepEqual",
|
"deepEqual",
|
||||||
"equal",
|
"equal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user