Skip to content

Commit 9b845bd

Browse files
committed
Disable promise rule
1 parent 352828c commit 9b845bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@typescript-eslint/no-explicit-any": "warn",
6363
"@typescript-eslint/no-redundant-type-constituents": "warn",
6464
"@typescript-eslint/no-empty-function": "error",
65+
"@typescript-eslint/no-misused-promises": "warn",
6566
"@eslint-react/no-array-index-key": "warn",
6667
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
6768
"@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn",

0 commit comments

Comments
 (0)