diff options
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" + ] +} |