diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-23 14:53:56 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-05-24 10:12:18 +0200 |
commit | 6d883a8572bb26c55d419afaf46f889419f325b3 (patch) | |
tree | 9b25ae5182c3b60615e70d95c09899c090385274 /.eslintignore | |
parent | 45a75c631e638ccab8934584aedad834229d10a7 (diff) | |
download | nextcloud-server-6d883a8572bb26c55d419afaf46f889419f325b3.tar.gz nextcloud-server-6d883a8572bb26c55d419afaf46f889419f325b3.zip |
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-- | .eslintignore | 1 |
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 |