stylelint-config-migme
Version:
migme's config for stylelint
13 lines (12 loc) • 326 B
JavaScript
module.exports = {
rules: {
// 'property-blacklist': [],
'property-case': 'lower',
'property-no-vendor-prefix': true,
// 'property-unit-blacklist': {},
// 'property-unit-whitelist': {},
// 'property-value-blacklist': {},
// 'property-value-whitelist': {},
// 'property-whitelist': [],
},
}