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