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

.eslintrc.js - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecc6f1d4219e5e39067ec1cd3e8e4991706b96c7 (plain)
1
2
3
4
5
6
module.exports = {
	extends: [
		'@nextcloud',
		'plugin:chai-friendly/recommended'
	],
}