Closed fdoflorenzano closed 1 year ago
Name | Link |
---|---|
Latest commit | 62dee05dd1fda75fb33eef92f8cf22e7dc677af2 |
Latest deploy log | https://app.netlify.com/sites/dsi-logo-maker/deploys/637240a3957ad00008bb62e5 |
Deploy Preview | https://deploy-preview-161--dsi-logo-maker.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Did a little choring formatting all files with the recent addition of a prettier config. Other recent PRs had a lot of formatting changes that made it a bit difficult to follow which were format changes and which were for the PR. Let's get this over with!
This PR:
jsxBracketSameLine
(cause it's deprecated) withbracketSameLine
. Because of the deprecation, I had a weird situation where the prettier command didn't leave the bracket in the same line, but the prettier from VSCode did! I changed it tofalse
cause I noticed in Lucas' PRs that the bracket was left in another line, and I like it better I think :) .