Skip to content

Commit

Permalink
eslint: Don't configure indent
Browse files Browse the repository at this point in the history
Already handled (and conflitting) with prettier

Signed-off-by: Woomymy <woomy@woomy.be>
  • Loading branch information
Woomymy committed Feb 5, 2023
1 parent c137edd commit b567873
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
es2022: true,
es2022: true
node: true

extends:
Expand All @@ -17,9 +17,6 @@ plugins:
- prettier

rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
Expand Down

0 comments on commit b567873

Please sign in to comment.