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:
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',
]