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: 3c2fbbe9061195df6bb4ff0ea195c74e81d3d98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
	root: true,
	globals: {
		t: true,
		n: true,
		OC: true,
		OCA: true,
		OCP: true,
		$: true,
		_: true,
	},
	extends: [
		'@nextcloud',
	],
}