Skip to content

Commit

Permalink
Disable "@typescript-eslint/no-floating-promises" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
radityaharya committed Jan 23, 2024
1 parent ffe0cc7 commit 590c966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const config = {
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-floating-promises": "off",
},
};

Expand Down

0 comments on commit 590c966

Please sign in to comment.