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

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