Currently, the style.js enforces at most two lines:
// disallow multiple empty lines
'no-multiple-empty-lines': [2, {'max': 2}],
Should this follow this suggestion to enforce the max blank line to only 1?
Besides, this will affect the allowed blank line at the end of the file, too.