diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 11:42:06 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 14:45:29 +0100 |
commit | 87d39375d80b38295ae3c73fb56f33a4609a0803 (patch) | |
tree | 1e6c7f733ae215588653230b2f9c0d58ee918a83 /.eslintignore | |
parent | 043b5a9de44542522541c66c8f37b1109338ae9f (diff) | |
download | nextcloud-server-87d39375d80b38295ae3c73fb56f33a4609a0803.tar.gz nextcloud-server-87d39375d80b38295ae3c73fb56f33a4609a0803.zip |
Fix comments filesplugin
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
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 |