Skip to content

Commit c7b9b0c

Browse files
committed
Update prettier setup
1 parent e2124d8 commit c7b9b0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Used for *.md formatting in devtools/format_md.sh
2+
target/

devtools/format_md.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -o errexit -o nounset -o pipefail
33
command -v shellcheck > /dev/null && shellcheck "$0"
44

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

0 commit comments

Comments
 (0)