Skip to content

Commit 9ae6b04

Browse files
committed
chore: upgrade typescript-eslint and fix semicolons
1 parent f1e8a4b commit 9ae6b04

15 files changed

Lines changed: 128 additions & 281 deletions

.eslintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ overrides:
3939
- plugin:@typescript-eslint/recommended-requiring-type-checking
4040
rules:
4141
indent: "off"
42+
semi: "off"
4243
no-return-await: "off"
4344
"@typescript-eslint/indent":
4445
- error
@@ -51,8 +52,10 @@ overrides:
5152
"@typescript-eslint/return-await":
5253
- error
5354
- always
55+
"@typescript-eslint/semi": error
5456
# custom rules to fix code style
5557
"@typescript-eslint/require-await": "off"
58+
"@typescript-eslint/no-unsafe-argument": "off"
5659
"@typescript-eslint/no-unsafe-assignment": "off"
5760
- files: src/**/*
5861
env:

0 commit comments

Comments
 (0)