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>2018-10-16 11:18:10 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-10-16 11:34:18 +0300
commit73a056f4ee747e51807ab5a37e86c6f3a9dd4932 (patch)
tree318bd6bbfd60967eb275f1419f4da0e4e5bdee7c /.eslintignore
parent403ef12330ee73e3dbe67a664889bf947a4c274a (diff)
Ignore "templates.js" files when linting
The "templates.js" files are compiled by Handlebars from the source templates, so there is no point in checking for problems like defined but not used variables. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 3e64a96c7..20ed323b2 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -2,5 +2,6 @@
/js/tests/*
/js/vendor/*
/js/simplewebrtc.js
+/js/**/templates.js
/karma.conf.js
/tests/*