Skip to content

Commit a532237

Browse files
committed
chore(project): update lint-staged glob for md files (#5134)
1 parent 0fbfae9 commit a532237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"prettier --write",
126126
"git add"
127127
],
128-
"!(**/docs/sass)*.md": [
128+
"!(*sass).md": [
129129
"alex",
130130
"prettier --write",
131131
"git add"

0 commit comments

Comments
 (0)