Skip to content
Snippets Groups Projects
.eslintrc.js 192 B
Newer Older
Christoph Wurst's avatar
Christoph Wurst committed
module.exports = {
Kevin Ndung'u's avatar
Kevin Ndung'u committed
	extends: [
Kevin Ndung'u's avatar
Kevin Ndung'u committed
	],
Christoph Wurst's avatar
Christoph Wurst committed
	globals: {
		expect: true,
		OC: true,
		OCA: true,
Christoph Wurst's avatar
Christoph Wurst committed
		t: true,
		__webpack_public_path__: true,
		__webpack_nonce__: true,
	}
Christoph Wurst's avatar
Christoph Wurst committed
}