1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
2020-01-19 14:09:32 +08:00

12 lines
357 B
JavaScript

module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-rational-order'],
rules: {
'order/properties-order': [],
'at-rule-no-unknown': null,
'number-leading-zero': null,
'no-descending-specificity': null,
'declaration-colon-newline-after': null,
'font-family-no-missing-generic-family-keyword': null,
},
};