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

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