allow no blank line at block start

This commit is contained in:
Timo Hocker 2019-12-24 13:32:31 +01:00
parent 28243f4944
commit f132766e10

View File

@ -177,7 +177,8 @@ module.exports = {
'error',
{
beforeBlockComment: true,
beforeLineComment: true
beforeLineComment: true,
allowBlockStart: true
}
],
'lines-between-class-members': [