summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: f4cb547ae6a2fffffff0b0f9fe6cf436dbcd1a47 (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
	globals: {
		oc_config: true,
		appVersion: true
	},
	extends: [
		'nextcloud'
	]
}