UNPKG

stylelint-config-hzdg

Version:
17 lines (16 loc) 272 B
module.exports = { rules: { 'comment-empty-line-before': [ 'always', { except: [ 'first-nested', ], ignore: [ 'stylelint-commands', ], }, ], 'comment-whitespace-inside': 'always', }, };