-
Notifications
You must be signed in to change notification settings - Fork 14
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
no-constant-condition allows while (true) by default #1475
Comments
Committed locally but not pushed yet |
samreid
added a commit
to phetsims/alpenglow
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/aqua
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/build-a-molecule
that referenced
this issue
Sep 26, 2024
samreid
added a commit
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/circuit-construction-kit-common
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/dot
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/fractions-common
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/perennial
that referenced
this issue
Sep 26, 2024
samreid
added a commit
to phetsims/scenery
that referenced
this issue
Sep 26, 2024
We agreed this is good, closing. |
samreid
added a commit
to phetsims/perennial
that referenced
this issue
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovered in #1451, https://eslint.org/docs/latest/rules/no-constant-condition says:
This is a recent change that removed the need to put disable directives on our while(true) loops. I think it is OK to go with the new default but I opened this issue to check with @zepumph
The text was updated successfully, but these errors were encountered: