UNPKG
videojs-resolution-switcher-webpack
Version:
latest (0.4.6)
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
Resolution switcher for video.js 7
videojs-resolution-switcher-webpack
/
.jshintrc
12 lines
(11 loc)
•
182 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"browser"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"quotmark"
:
"single"
,
"trailing"
:
true
,
"undef"
:
true
,
"predef"
:
[
"videojs"
]
}