UNPKG

stylelint-config-migme

Version:

migme's config for stylelint

9 lines (8 loc) 176 B
module.exports = { rules: { 'number-leading-zero': 'always', 'number-max-precision': 3, 'number-no-trailing-zeros': true, 'length-zero-no-unit': true, }, }