Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-04-03 10:22:00 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-04-03 10:22:00 +0300
commit06655d4a3e25f74b2f396a00900ee49b15337689 (patch)
tree29e6e3c3e7ad7b19475e1c5fa9d2ecfbc5d86b9b /.eslintignore
parentb653ef3a226eadcef45d34eb40949f1cf3400024 (diff)
Ignore only the bundled SimpleWebRTC file
The other files in "js/simplewebrtc" are actual source files, and thus they should be linted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 3f81770ec..dc2b254d2 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,9 +1,9 @@
/js/admin/*
/js/collections.js
/js/collectionsintegration.js
+/js/simplewebrtc/bundled.js
/js/tests/*
/js/vendor/*
-/js/simplewebrtc/*
/js/**/templates.js
/karma.conf.js
/tests/*