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

.eslintrc.js - github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4eac34286481adcc1b523a54ade7537fe2edaf7d (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
	globals: {
		PDFViewerApplicationOptions: true,
		PDFViewerApplication: true,
		pdfjsLib: true,
	},
	extends: [
		'@nextcloud',
	]
}