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>2019-12-14 00:15:41 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-14 00:15:41 +0300
commit8288d49c7edaf3d6d242712e35f036b64e18ec7f (patch)
tree31e546c48042da34217786161887db33bfb0751f /.eslintignore
parent92850bd8e0c9bef3fb1215cbcca3f4a6f7fa7176 (diff)
Fix stylelint errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore8
1 files changed, 1 insertions, 7 deletions
diff --git a/.eslintignore b/.eslintignore
index 764a4f79a..a5e23db07 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,8 +1,2 @@
-/js/admin/*
-/js/collections.js
-/js/simplewebrtc/bundled.js
-/js/tests/*
-/js/vendor/*
-/js/**/templates.js
+/js/*
/tests/*
-/vue/*