UNPKG

stylelint-config-hzdg

Version:
9 lines (8 loc) 135 B
module.exports = { plugins: [ 'stylelint-scss', ], rules: { 'scss/selector-no-redundant-nesting-selector': true, }, };