queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Fixed format command #126

Closed nickytonline closed 4 years ago

nickytonline commented 4 years ago

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 ran npm 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

A lemur opening their mouth white saying "OMG!"

raae commented 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.

raae-bot commented 2 years ago

:tada: This PR is included in version 0.2.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

raae-bot commented 2 years ago

:tada: This PR is included in version 0.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: