Skip to content

Commit

Permalink
chore: refine eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 8, 2023
1 parent 320998a commit 4341a4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ env:

plugins:
- '@typescript-eslint'
- 'prettier'
- prettier

extends:
- eslint:recommended
- plugin:@typescript-eslint/eslint-recommended
- plugin:@typescript-eslint/recommended
- prettier

settings:
import/resolver:
Expand All @@ -39,7 +40,7 @@ rules:
prev: '*'
next: if
- blankLine: always
prev: 'if'
prev: if
next: '*'
- blankLine: always
prev: '*'
Expand Down

0 comments on commit 4341a4b

Please sign in to comment.