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: 99b45ccfba9e27d9d06e7497905a4ca366f3e66c (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'
	],
};