You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @sapegin I'd like to take this up! but before i start i have a question to ask. Im a tad new to this so if i want to run prettier as part of npm test i could add it to the end of the current test script with a semicolon right ? but doing so would mean that if jest failed prettier wont run either. Im assuming that's not an issue ? and this also means that currently there is no config file for prettier right ? 😄
package.json
that will format Markdown files with Prettier.npm test
Config could be similar to https://github.com/sapegin/blog.sapegin.me/blob/master/.prettierrc
The text was updated successfully, but these errors were encountered: