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

.eslintrc.js - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd08aef7534f8a77a35d515a616582c0d4ac68f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
	globals: {
		t: false,
		n: false,
		OC: false,
		OCA: false,
		moment: true,
		appVersion: true,
	},
	extends: [
		'@nextcloud',
	],
};