Skip to content

Commit

Permalink
feat(@typescript-eslint): enable exceptAfterSingleLine option
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 5, 2020
1 parent d171f43 commit 419725d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ const config = {
'@typescript-eslint/explicit-member-accessibility': 'error',
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/lines-between-class-members': 'error',
'@typescript-eslint/lines-between-class-members': [
'error',
'always',
{ exceptAfterSingleLine: true }
],
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down

0 comments on commit 419725d

Please sign in to comment.