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:
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/.eslintignore b/.eslintignore
index 12649052d..9dc66ac33 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,4 +1,5 @@
-js/simplewebrtc.js
-js/vendor/*
-js/tests/*
-karma.conf.js
+/js/tests/*
+/js/vendor/*
+/js/simplewebrtc.js
+/karma.conf.js
+/tests/*