-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False positive for rule strict-effect-handlers
#149
Comments
Hello! Thanks for report. Could you please ensure that TS integration for ESLint is set up correctly? (refer to the issue #131) I believe in this case ESLint fallen back to JS-checks which could be inaccurate and could not check that the field of object ( |
The culprit of the problem is "@typescript-eslint/parser": "^5.59.0",
---->
"@typescript-eslint/parser": "^6.7.3", I think this is related with this one |
It is about #144 Will be fixed 🫡 Let me close this one as duplicate |
Function
Unknowncan lead to scope loosing in Fork API.eslint[effector/strict-effect-handlers](https://eslint.effector.dev/rules/strict-effect-handlers)
And this is not just IDE bug
The text was updated successfully, but these errors were encountered: