Skip to content

Commit

Permalink
Temporarily disabled no-misused-promise check due to ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 16, 2022
1 parent 2b08c42 commit 34f563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
],
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-parameter-properties": "off",
"@typescript-eslint/no-floating-promises": "error",
Expand Down

0 comments on commit 34f563c

Please sign in to comment.