We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352828c commit 9b845bdCopy full SHA for 9b845bd
1 file changed
.eslintrc.json
@@ -62,6 +62,7 @@
62
"@typescript-eslint/no-explicit-any": "warn",
63
"@typescript-eslint/no-redundant-type-constituents": "warn",
64
"@typescript-eslint/no-empty-function": "error",
65
+ "@typescript-eslint/no-misused-promises": "warn",
66
"@eslint-react/no-array-index-key": "warn",
67
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
68
"@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn",
0 commit comments