aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/videojs-resolution-switcher/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/videojs-resolution-switcher/.jshintrc')
-rw-r--r--extlib/videojs-resolution-switcher/.jshintrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/extlib/videojs-resolution-switcher/.jshintrc b/extlib/videojs-resolution-switcher/.jshintrc
deleted file mode 100644
index 9141dd62..00000000
--- a/extlib/videojs-resolution-switcher/.jshintrc
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "browser" : true,
- "curly": true,
- "eqeqeq": true,
- "quotmark" : "single",
- "trailing" : true,
- "undef" : true,
- "predef" : [
- "videojs"
- ]
-}