UNPKG

285 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'custom-property-empty-line-before': [
4 'always',
5 {
6 except: ['after-custom-property', 'first-nested'],
7 ignore: ['after-comment', 'inside-single-line-block']
8 }
9 ]
10 // 'custom-property-pattern': regex|string
11 }
12}