Skip to content
Snippets Groups Projects
.eslintrc.js 273 B
Newer Older
John Molakvoæ's avatar
John Molakvoæ committed
module.exports = {
	globals: {
		__webpack_nonce__: true,
		__webpack_public_path__: true,
		_: true,
		$: true,
		moment: true,
		escapeHTML: true,
		oc_userconfig: true,
		dayNames: true,
		firstDay: true
John Molakvoæ's avatar
John Molakvoæ committed
	},
	extends: ['@nextcloud'],
John Molakvoæ's avatar
John Molakvoæ committed
}