Skip to content

Commit

Permalink
Removes lines-between-class-members rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Dec 9, 2021
1 parent 3f7fe0e commit 62d3205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eslint.js
Expand Up @@ -56,7 +56,6 @@ module.exports = {
'key-spacing': 'error',
'keyword-spacing': 'error',
'linebreak-style': 'error',
'lines-between-class-members': 'error',
'max-classes-per-file': 'error',
'max-statements-per-line': 'error',
'new-cap': 'error',
Expand Down

0 comments on commit 62d3205

Please sign in to comment.