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

.eslintrc.js - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a948e3baeb0513de121ac0f94c7373244cad684a (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
	extends: [
		'@nextcloud'
	],
	globals: {
		'$': true
	},
	rules: {
		'no-control-regex': 1
	}
}