UNPKG

140 BJavaScriptView Raw
1module.exports = {
2 plugins: ['stylelint-csstree-validator'],
3 rules: {
4 'csstree/validator': {
5 ignore: ['composes']
6 }
7 }
8}