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