closure-linter
closure-linter copied to clipboard
Add error rule to check for multiple empty new lines
I investigated the error rules and found
https://github.com/google/closure-linter/blob/master/closure_linter/javascriptlintrules.py:373 errors.EXTRA_LINE, 'Extra line between constructor and goog.inherits'
which is not what I thought it was doing.
Is it possible to develop this feature?