Skip to content

Commit

Permalink
run prettier on .md files in precommit hook (#27936)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Jul 14, 2023
1 parent 035f416 commit 5600008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"!*.md": "prettier --ignore-unknown --write",
"*": "prettier --ignore-unknown --write",
"*.md": [
"markdownlint-cli2-fix",
"node scripts/front-matter_linter.js --fix true"
Expand Down

0 comments on commit 5600008

Please sign in to comment.