module.exports = { extends: ['stylelint-config-recommended'], rules: { indentation: 2, 'max-empty-lines': 2, 'no-empty-first-line': true, }, }