Skip to content

Commit

Permalink
Made choice for blank lines more flexible
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Mar 19, 2024
1 parent 7338730 commit c4e54dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rules/typescript-override-eslint.yml
Expand Up @@ -62,16 +62,16 @@ rules:
- blankLine: any
prev: '*'
next: export
- blankLine: always
- blankLine: any
prev: import
next: type
- blankLine: always
- blankLine: any
prev: type
next: '*'
- blankLine: always
- blankLine: any
prev: '*'
next: type
- blankLine: never
- blankLine: any
prev: type
next: type
- blankLine: any
Expand Down

0 comments on commit c4e54dd

Please sign in to comment.