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

stylelintConfig.rules['indentation'] = 4;

module.exports = stylelintConfig