Skip to content

Commit

Permalink
Update prettier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 8, 2020
1 parent e2124d8 commit c7b9b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Used for *.md formatting in devtools/format_md.sh
target/
2 changes: 1 addition & 1 deletion devtools/format_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -o errexit -o nounset -o pipefail
command -v shellcheck > /dev/null && shellcheck "$0"

npx [email protected].2 --write --prose-wrap always "./**/*.md"
npx [email protected].5 --write --prose-wrap always "./**/*.md"

0 comments on commit c7b9b0c

Please sign in to comment.