Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxyes committed Feb 28, 2023
1 parent ccf65d0 commit 562c1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ overrides:
"@typescript-eslint/require-await": "off"
"@typescript-eslint/no-unsafe-argument": "off"
"@typescript-eslint/no-unsafe-assignment": "off"
"@typescript-eslint/no-explicit-any": "off"
- files: src/**/*
env:
node: false
Expand Down

0 comments on commit 562c1d4

Please sign in to comment.