module.exports = { extends: ['stylelint-config-recommended', 'stylelint-config-standard'], rules: { indentation: 2 } }