module.exports = { "extends": [ "stylelint-config-standard", "stylelint-config-recommended-scss", "stylelint-config-recess-order" ], "rules": { "indentation": 4 } };