Skip to content

Commit

Permalink
chore: upgrade typescript-eslint and fix semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
kherock committed Dec 22, 2021
1 parent f1e8a4b commit 9ae6b04
Show file tree
Hide file tree
Showing 15 changed files with 128 additions and 281 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ overrides:
- plugin:@typescript-eslint/recommended-requiring-type-checking
rules:
indent: "off"
semi: "off"
no-return-await: "off"
"@typescript-eslint/indent":
- error
Expand All @@ -51,8 +52,10 @@ overrides:
"@typescript-eslint/return-await":
- error
- always
"@typescript-eslint/semi": error
# custom rules to fix code style
"@typescript-eslint/require-await": "off"
"@typescript-eslint/no-unsafe-argument": "off"
"@typescript-eslint/no-unsafe-assignment": "off"
- files: src/**/*
env:
Expand Down
Loading

0 comments on commit 9ae6b04

Please sign in to comment.