aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/videojs-resolution-switcher/.jshintrc
diff options
context:
space:
mode:
authorvijeth-aradhya <vijthaaa@gmail.com>2017-07-18 09:46:37 +0530
committervijeth-aradhya <vijthaaa@gmail.com>2017-07-18 09:46:37 +0530
commit19d7c450706df1aae74003fcfcfa03d17ebd6f54 (patch)
tree9386786b548a7af5de16954eff857ba32c73a026 /extlib/videojs-resolution-switcher/.jshintrc
parent0e49df65fea13b15c5566f2ee44842feaeaaccd0 (diff)
downloadmediagoblin-19d7c450706df1aae74003fcfcfa03d17ebd6f54.tar.lz
mediagoblin-19d7c450706df1aae74003fcfcfa03d17ebd6f54.tar.xz
mediagoblin-19d7c450706df1aae74003fcfcfa03d17ebd6f54.zip
Add video-resolution-switcher (v0.4.2) plugin
Diffstat (limited to 'extlib/videojs-resolution-switcher/.jshintrc')
-rw-r--r--extlib/videojs-resolution-switcher/.jshintrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/extlib/videojs-resolution-switcher/.jshintrc b/extlib/videojs-resolution-switcher/.jshintrc
new file mode 100644
index 00000000..9141dd62
--- /dev/null
+++ b/extlib/videojs-resolution-switcher/.jshintrc
@@ -0,0 +1,11 @@
+{
+ "browser" : true,
+ "curly": true,
+ "eqeqeq": true,
+ "quotmark" : "single",
+ "trailing" : true,
+ "undef" : true,
+ "predef" : [
+ "videojs"
+ ]
+}