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

fix!: remove no-alias-methods from style config #1679

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FloEdelmann
Copy link
Contributor

Fixes #1678.

@G-Rath
Copy link
Collaborator

G-Rath commented Dec 3, 2024

While technically a fix, changing configs is usually considered a breaking change for eslint plugins and we're expecting to do a new major "soon" so I don't think we can land this for now

@FloEdelmann
Copy link
Contributor Author

FloEdelmann commented Dec 3, 2024

changing configs is usually considered a breaking change

Even removing rules from configs? It will technically result in less lint errors, so that shouldn't be breaking. But well, most people probably extend recommended+style, so that does increase the rule severity from warn to error, so it might indeed break some builds.

I'll change the commit message to include a ! (to indicate the breaking change) and we can just leave this PR open until you're comfortable with merging it.

@FloEdelmann FloEdelmann changed the title fix: remove no-alias-methods from style config fix!: remove no-alias-methods from style config Dec 3, 2024
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.

no-alias-methods error in recommended, warn in style
2 participants