Skip to content

Commit 79f0469

Browse files
authored
fix: prettify markdown files on precommit (#245)
1 parent 17c1064 commit 79f0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"lint-staged": {
4949
"linters": {
50-
"packages/**/*.{ts,json}": [
50+
"packages/**/*.{ts,md,json}": [
5151
"prettier --write",
5252
"git add"
5353
]

0 commit comments

Comments
 (0)