-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrading tooling #2399
Upgrading tooling #2399
Conversation
There are quite many formatting changes here, are those automatic or did you do them manually? Ideally I think it would be good if we don't massively change coding-styles en mass at the current time as it makes it harder to track history/changes. |
Those are done by Prettier upgraded version. I solved all the issues resolving from the upgrading of the tooling. As doing in multiple round would be annoying. |
Seems generally okay to me - prettier has caused some headaches in the past because it fights with the linter, so we may want to keep an eye out and be extra careful in the next little while. In the past I have seen it eitehr:
|
Description