Skip to content

Commit

Permalink
Fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jul 9, 2023
1 parent 2162739 commit 77b2239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ overrides:
- group:
['node:assert', assert, 'node:assert/strict', assert/strict]
message: Please throw an Error instead
allowTypeImports: true
allowTypeImports: true

## Disabled by eslint-config-prettier
'@typescript-eslint/member-delimiter-style': 0
Expand Down Expand Up @@ -1750,7 +1750,7 @@ overrides:
# @ts-expect-error is useful in type tests
'@typescript-eslint/ban-ts-comment':
- 2
- ts-expect-error: 0
- ts-expect-error: false

# Allow using `expectType<void>(...)`
'@typescript-eslint/no-invalid-void-type': 0
Expand Down

0 comments on commit 77b2239

Please sign in to comment.