We use Prettier to ensure our Markdown files are consistently formatted.
-
Global Installation:
npm install -g prettier
-
Local (Dev Dependency) Installation:
npm install --save-dev prettier
From the root of the project, run:
prettier --write "**/*.md"Make sure to run this command before submitting pull requests.
Thank you for contributing!