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: 130810f2a656e92418d115ddc59cf8bd1bc1edf0 (plain)
1
2
3
4
5
6
module.exports = {
	root: true,
	extends: [
		'@nextcloud',
	],
}