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:
authorJoas Schilling <coding@schilljs.com>2016-11-14 12:35:28 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-14 12:35:28 +0300
commita1bde55bf5493fdfd74c4c01191d57dd26eec840 (patch)
tree75c899d210d8110e6698e6bfec0ffdd576be0179 /.eslintignore
parent1d0edd322f70384afea1b8801844474f9f5628f9 (diff)
Ignore the tests directory as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
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/*