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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-17 17:36:21 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-08-17 17:39:12 +0300
commitdbd4cef4c87efeb96ccbad03ed349905976bf5c9 (patch)
tree533df9d0b55601c7c57ee25a8e2c9fdc63e7963e /.eslintrc.js
parent2c03fa8231fc6c5724c77eb451d7cd019f1bfb75 (diff)
Fix download prevent, select override and code cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 35cc688..4eac342 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,4 +1,9 @@
module.exports = {
+ globals: {
+ PDFViewerApplicationOptions: true,
+ PDFViewerApplication: true,
+ pdfjsLib: true,
+ },
extends: [
'@nextcloud',
]