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-02-12 12:43:02 +0300
committerJoas Schilling <coding@schilljs.com>2019-02-20 14:17:37 +0300
commit747b92558a705bb2cbf0e4dbccb20e133d6ac757 (patch)
treece9a77ede28ac28e24f470a8651aa8d88931fe48 /.eslintignore
parent9c9dac5ff5baee1e7b8e638d871bb0804dffe549 (diff)
Ignore compiled JS from eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 20ed323b2..5185a5320 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,7 +1,10 @@
/js/admin/sha1.js
+/js/admin/commands.js
+/js/admin/commands.js.map
/js/tests/*
/js/vendor/*
/js/simplewebrtc.js
/js/**/templates.js
/karma.conf.js
/tests/*
+/vue/*