UNPKG

stylelint-config-migme

Version:

migme's config for stylelint

11 lines (10 loc) 241 B
module.exports = { rules: { 'comment-empty-line-before': ['always', { except: ['first-nested'], ignore: ['stylelint-commands'], }], 'comment-whitespace-inside': 'always', // 'comment-word-blacklist': [], }, }