Skip to content

Commit

Permalink
fix lint warnings 😋
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 1, 2024
1 parent 32df256 commit fa2d15c
Show file tree
Hide file tree
Showing 30 changed files with 397 additions and 409 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ overrides:
"@typescript-eslint/no-misused-promises": warn
"@typescript-eslint/no-unsafe-return": warn
"@typescript-eslint/restrict-plus-operands": off
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/restrict-template-expressions": off
"@typescript-eslint/explicit-function-return-type": off
"@typescript-eslint/unbound-method": warn
Expand Down Expand Up @@ -46,6 +47,9 @@ rules:
"@typescript-eslint/no-unsafe-call": off
"@typescript-eslint/no-unsafe-member-access": off
"@typescript-eslint/no-unsafe-return": off
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/no-base-to-string": off
"@typescript-eslint/ban-ts-comment": off

"@typescript-eslint/no-shadow": error
"@typescript-eslint/no-unused-expressions": error
Expand Down
Loading

0 comments on commit fa2d15c

Please sign in to comment.