aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: b86372955e42a15f043d2ff55340d6475c713bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
	globals: {
		__webpack_nonce__: true,
		__webpack_public_path__: true,
		_: true,
		$: true,
		moment: true,
		escapeHTML: true,
		oc_userconfig: true
	},
	extends: ['nextcloud']
}