summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: 35cc6888f4cbd003412e6627de9bf07e8ef45e73 (plain)
1
2
3
4
5
module.exports = {
	extends: [
		'@nextcloud',
	]
}