Skip to content
Snippets Groups Projects
.eslintrc.js 192 B
module.exports = {
	extends: [
		'@nextcloud'
	],
	globals: {
		expect: true,
		OC: true,
		OCA: true,
		OCP: true,
		t: true,
		__webpack_public_path__: true,
		__webpack_nonce__: true,
	}
}