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

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