Closed nickytonline closed 4 years ago
I think I had not noticed the format commands either and just let vs code deal with it, but I know prettier changed their default some time back that broke formatting in another project I had. So good to set these things explicitly (especially I guess if more people are to get involved).
Will fix Netlify builds now.
:tada: This PR is included in version 0.2.0-next.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 0.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
npm run format
was running prettier, but it was never writing the changes, only outputting them in the console. The reason being is there was an unnecessary extra--
.npm run format
was run on the gatsby-remark-oembed package folder and I also rannpm run format
on the two site folders in the repostiory.It looks like there are different prettier configurations per folder. I'll consolidate the prettier configurations in another PR so that they are uniform.
Related Documents and Links