Skip to content

Instantly share code, notes, and snippets.

@maximilien
Created June 5, 2020 23:25
Show Gist options
  • Save maximilien/0c9297b72a1849c2e9945b2c1e96c9ac to your computer and use it in GitHub Desktop.
Save maximilien/0c9297b72a1849c2e9945b2c1e96c9ac to your computer and use it in GitHub Desktop.
Linting markdown .md files with prettier
$ prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github | grep -v docs/cmd/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment