Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-23 15:53:56 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-05-24 11:12:18 +0300
commit6d883a8572bb26c55d419afaf46f889419f325b3 (patch)
tree9b25ae5182c3b60615e70d95c09899c090385274 /.eslintignore
parent45a75c631e638ccab8934584aedad834229d10a7 (diff)
Fix various errors reported by eslint
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index b40dce6c6aa..104bf398964 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -6,6 +6,7 @@ node_modules/
**/js/*
*.config.js
tests/lib/
+apps-extra
# TODO: remove when comments files is not using handlebar templates anymore
apps/comments/src/templates.js \ No newline at end of file