Skip to content

Commit

Permalink
feat: omit lines-between-class-members rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 22, 2022
1 parent b86f1d2 commit 83acda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
'beforeColon': false,
'afterColon': true
}],
'lines-between-class-members': 1,
'lines-between-class-members': 0,
'max-classes-per-file': [2, 1],
'max-len': [1, 160, 4, {
'ignoreComments': true,
Expand Down

0 comments on commit 83acda8

Please sign in to comment.