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

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