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

.eslintrc.js - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a012201cff4c3b9eaa122a10853357c48cce068 (plain)
1
2
3
4
5
module.exports = {
	extends: [
		'@nextcloud',
	],
}