chore: add @vant/stylelint-config package (#4943)

This commit is contained in:
neverland
2019-11-06 15:41:20 +08:00
committed by GitHub
parent 0108b44699
commit 6ff5c93cd1
7 changed files with 2498 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
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
}
};