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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 13:42:06 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 16:45:29 +0300
commit87d39375d80b38295ae3c73fb56f33a4609a0803 (patch)
tree1e6c7f733ae215588653230b2f9c0d58ee918a83 /.eslintignore
parent043b5a9de44542522541c66c8f37b1109338ae9f (diff)
Fix comments filesplugin
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index f8d8b5a2bc4..b40dce6c6aa 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -6,3 +6,6 @@ node_modules/
**/js/*
*.config.js
tests/lib/
+
+# TODO: remove when comments files is not using handlebar templates anymore
+apps/comments/src/templates.js \ No newline at end of file