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

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