forked from eslint/archive-website
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Better:docs/rules/no-cond-assign #53
Comments
This option makes it possible to use common patterns, such as reassigning a value in the condition of a while or do...while loop, without causing a warning. |
All assignments are treated as problems |
Further Reading |
Version |
Resources |
请注意,Further Reading 和Resources 下面的内容译者没有翻译。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[docs/rules/no-cond-assign]
Rule Details
规则详情
The text was updated successfully, but these errors were encountered: