diff options
author | vijeth-aradhya <vijthaaa@gmail.com> | 2017-07-18 09:46:37 +0530 |
---|---|---|
committer | vijeth-aradhya <vijthaaa@gmail.com> | 2017-07-18 09:46:37 +0530 |
commit | 19d7c450706df1aae74003fcfcfa03d17ebd6f54 (patch) | |
tree | 9386786b548a7af5de16954eff857ba32c73a026 /extlib/videojs-resolution-switcher/.jshintrc | |
parent | 0e49df65fea13b15c5566f2ee44842feaeaaccd0 (diff) | |
download | mediagoblin-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/.jshintrc | 11 |
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" + ] +} |