UNPKG

185 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'rule-empty-line-before': [
4 'always-multi-line',
5 {
6 except: ['first-nested'],
7 ignore: ['after-comment']
8 }
9 ]
10 }
11}