Skip to content

Commit 8ae2b03

Browse files
committed
fix: add Prettier formatting to Markdown files in lint-staged configuration
1 parent 7dce306 commit 8ae2b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"prettier --write"
4646
],
4747
"*.md": [
48-
"markdownlint --fix"
48+
"markdownlint --fix",
49+
"prettier --write"
4950
]
5051
}
5152
}

0 commit comments

Comments
 (0)