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

Add regexp/no-useless-set-operand rule #625

Merged
merged 5 commits into from
Oct 1, 2023
Merged

Add regexp/no-useless-set-operand rule #625

merged 5 commits into from
Oct 1, 2023

Conversation

RunDevelopment
Copy link
Collaborator

Resolves #573.

This implements the rules I described in #573.

@changeset-bot
Copy link

changeset-bot bot commented Sep 28, 2023

🦋 Changeset detected

Latest commit: 22eaa69

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-regexp Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

lib/rules/no-useless-set-operand.ts Outdated Show resolved Hide resolved
.changeset/nervous-yaks-destroy.md Outdated Show resolved Hide resolved
RunDevelopment and others added 2 commits October 1, 2023 12:02
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
Copy link
Owner

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@ota-meshi ota-meshi merged commit f75cbba into master Oct 1, 2023
5 checks passed
@ota-meshi ota-meshi deleted the issue573 branch October 1, 2023 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unnecessary elements in class intersections and subtractions
2 participants