Created
April 27, 2020 07:31
-
-
Save rubenRP/7939b38429115c2fb59cb8ad3d15ad69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd user/data | |
prettier | |
--print-width 100 | |
--no-semi | |
--single-quote | |
--jsx-single-quote | |
--trailing-comma es5 | |
--arrow-parens avoid | |
--parser "markdown" "*.md" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment