summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: 597a54366c5d4bce0c88f75c985a5d72da0e513b (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
	extends: [
		'@nextcloud',
	],
	rules: {
		'jsdoc/check-alignment': 'off',
		'vue/html-indent': 'off',
		'indent': ['error', 4]
	},
}