UNPKG

stylelint-config-migme

Version:

migme's config for stylelint

12 lines (11 loc) 280 B
module.exports = { rules: { 'at-rule-empty-line-before': ['always', { except: ['blockless-group'], ignore: ['after-comment'], }], 'at-rule-name-case': 'lower', 'at-rule-no-vendor-prefix': true, 'at-rule-semicolon-newline-after': 'always', }, }