Skip to content
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

Breaking: use-isnan enforceForSwitchCase default true (fixes #12810) #12913

Merged
merged 1 commit into from Feb 14, 2020

Conversation

mdjermanovic
Copy link
Member

Prerequisites checklist

  • I have read the contributing guidelines.
  • The team has reached consensus on the changes proposed in this pull request. If not, I understand that the evaluation process will begin with this pull request and won't be merged until the team has reached consensus.

What is the purpose of this pull request? (put an "X" next to an item)

[X] Other, please explain:

fixes #12810

Rule: use-isnan.

This PR changes enforceForSwitchCase option's default value to true.

The rule will now by default disallow switch (NaN) and case NaN.

What changes did you make? (Give an overview)

Changed default value and updated documentation.

Is there anything you'd like reviewers to focus on?

@mdjermanovic mdjermanovic added rule Relates to ESLint's core rules accepted There is consensus among the team that this change meets the criteria for inclusion breaking This change is backwards-incompatible labels Feb 14, 2020
@btmills btmills added this to Implemented, pending review in v7.0.0 Feb 14, 2020
@btmills btmills merged commit 4293229 into master Feb 14, 2020
v7.0.0 automation moved this from Implemented, pending review to Done Feb 14, 2020
@btmills btmills deleted the issue12810 branch February 14, 2020 15:52
montmanu pushed a commit to montmanu/eslint that referenced this pull request Mar 4, 2020
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Aug 14, 2020
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion breaking This change is backwards-incompatible rule Relates to ESLint's core rules
Projects
No open projects
v7.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

Change default value for enforceForSwitchCase in use-isnan
2 participants