Skip to content

Commit

Permalink
feat(javascript): always require a newline between class members
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 25, 2020
1 parent 81291c3 commit fefb98d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ const config = {
'grouped-accessor-pairs': ['error', 'getBeforeSet'],
'guard-for-in': 'error',
'init-declarations': 'error',
'lines-between-class-members': [
'error',
'always',
{ exceptAfterSingleLine: true }
],
'lines-between-class-members': 'error',
'max-classes-per-file': ['error', 1],
'max-statements-per-line': ['error', { max: 1 }],
'new-cap': ['error', { capIsNewExceptions: ['ESLintUtils.RuleCreator'] }],
Expand Down

0 comments on commit fefb98d

Please sign in to comment.