weui
Version:
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
17 lines (15 loc) • 526 B
JavaScript
module.exports = {
'extends': 'stylelint-config-standard',
'rules': {
'indentation': 4,
'selector-pseudo-element-colon-notation': 'single',
'no-descending-specificity': null,
'no-eol-whitespace': null,
'block-no-empty': null,
'rule-empty-line-before': null,
'max-empty-lines': null,
'function-calc-no-invalid': null,
'declaration-block-no-duplicate-properties': null,
'declaration-block-no-shorthand-property-overrides': null,
},
};