summaryrefslogtreecommitdiffstats
path: root/stylelint.config.js
blob: 6745dbdb3adacde10f4291be32a6726160323c92 (plain)
1
2
3
4
5
6
const stylelintConfig = require('@nextcloud/stylelint-config')

stylelintConfig.rules.indentation = 4
stylelintConfig.ignoreFiles.push('**/*.vue')

module.exports = stylelintConfig