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