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-05-08 12:03:58 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 12:31:04 +0300
commitdd19a43ccd627f5885bfb1efa9599a62e30d56c9 (patch)
tree73a5f137cf59d24ba27e210546d319a567731983 /.eslintignore
parent208d58d25c82bd8f899a5af916cbacbfdde0b49d (diff)
Remove JavaScript test configuration and dependencies
Currently there are no JavaScript unit tests, so the related stuff can be removed and added later if/when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index dc2b254d2..a586861bd 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -5,6 +5,5 @@
/js/tests/*
/js/vendor/*
/js/**/templates.js
-/karma.conf.js
/tests/*
/vue/*