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

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