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