module.exports = { defaultSeverity: 'warning', extends: [ 'stylelint-config-standard-scss', 'stylelint-config-recommended-vue', ], plugins: [], rules: { 'declaration-empty-line-before': null, }, }