We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7855cb commit 1511ed4Copy full SHA for 1511ed4
.lintstagedrc.json
@@ -1,6 +1,6 @@
1
{
2
"*.js": ["eslint --quiet --fix"],
3
- "*.md": [
+ "files/**/*.md": [
4
"node scripts/markdownlint.js",
5
"node scripts/front-matter-linter.js --fix true",
6
"prettier --write --ignore-unknown"
0 commit comments