-
-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
i should pay attention when using the github UI to edit files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment from armano2. Thanks for contributing!
I'm not a big fan of having two ways to do the same thing. Any chance we can decide on one way to do this and be consistent about it (deprecating the old way if we decide on My vote would be to make it consistent with the default parser and make |
@kaicataldo we should support only one way to configure it, but we can't do breaking changes without major release. typescript-estree expect jsx field, but its not in same way as eslint specifies it plugins are setting this property as |
We'll be doing a major release with all the syntax changes in the typescript-estree upgrades @armano2, don't worry about that. Next release will probably be major. 😄 |
this could be done as hotfix -> and it will fix issues for users using configs and plugins like |
So what was the goal for this? I'm happy to raise a second PR so that we can release both a patch and a breaking fix? |
i think we should merge this first, do patch release, and wait for "eslint team" to decide how they are going to handle releases for new version of estree |
@bradzacher I'm back to reviewing things on this side of the fence again :) I will be doing a major release of the library as soon as we merge #596, so let's go for what we've deemed the most correct solution here. |
I have dropped support for inputting |
Sorry for the conflicts, @armano2 is your "approved" review status still valid on this? |
there is only this pointed out by @kaicataldo and i'm unsure what to do with this... |
Sorry, I didn’t realize that this was already the current behavior. I’ll resolve my comment! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point, I think the only thing that would need to change is the commit summary (as this is technically a breaking change), but we could handle that on merge.
@kaicataldo @JamesHenry If either of you decides to merge this, feel free to dismiss this review and change the commit summary to start with "Breaking:".
If it's ok with @bradzacher (he's on the core team for the new typescript-eslint org) I would rather get typescript-eslint/typescript-eslint#6 over the line and press on from there. We can quickly put this and the other PRs together on that repo |
Happy with whatever is easier. This is a simple pr to remake on the new repo :) |
Closing this PR since the project has been moved to the TypeScript ESLint organization. Feel free to reopen the PR there. |
Fixes #594