Skip to content

Commit 1511ed4

Browse files
committed
fix: proper lintstaged config
1 parent f7855cb commit 1511ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"*.js": ["eslint --quiet --fix"],
3-
"*.md": [
3+
"files/**/*.md": [
44
"node scripts/markdownlint.js",
55
"node scripts/front-matter-linter.js --fix true",
66
"prettier --write --ignore-unknown"

0 commit comments

Comments
 (0)