We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
require-atomic-updates
As much as we want to include it, it's just too unstable right now and causes too many false positives right now.
The text was updated successfully, but these errors were encountered:
It won't let me do this for example
`let action; const withAction = async () => { if(!action) { action = await actions.getOne({ id }); } return { action }; };`
Do you think is also due the above? Thanks.
Sorry, something went wrong.
@roboli yep, that's exactly why I removed it from v5 after beta feedback.
I just released 5.0.0-beta.5, which no longer contains the rule.
5.0.0-beta.5
Updated original message. Two of three issues fixed! Progress, but still holding off on adoption for now.
No branches or pull requests
As much as we want to include it, it's just too unstable right now and causes too many false positives right now.
require-atomic-updates complains about unrelated variable references eslint/eslint#11900require-atomic-updates reports false positive in finally block eslint/eslint#11954The text was updated successfully, but these errors were encountered: