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

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