export default { extends: ['stylelint-config-standard'], rules: { 'no-descending-specificity': null, 'property-no-vendor-prefix': null, }, };