-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Update Angular and React-Redux templates #17153
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
Update Angular and React-Redux templates #17153
Conversation
@danroth27 Thoughts? |
Thanks for the PR, @rachelgshaffer. |
Ah I didn't realize these were generated files, thanks for pointing that out @mkArtakMSFT |
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.
@mkArtakMSFT what she's doing won't interfere with our update Angular workflow (at least not any more than it already is).
@rachelgshaffer I could have sworn I reviewed this yesterday but apparently I didn't hit submit?
Anyway, overall this looks great. My only question is what ESLint rule the Layout.tsx changes fix and if there's any behavior change due to that fairly significant alteration.
Once I understand that better I can merge this in.
Thanks @ryanbrandenburg For |
Sounds good about the react/display-name thing. It does seem there's a legit failure in the tests though:
Should be fixable by adding I think it should be mergeable once that's done. |
Thanks @rachelgshaffer! |
There are upcoming changes to Visual Studio's default ESLint configuration. The changes to the templates here ensure that there won't be any lint warnings for these project types.