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

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