Skip to content

Commit

Permalink
chore(pre-commit-hook): use fix instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Oct 13, 2023
1 parent c2af17f commit 2f278c6
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
Expand Up @@ -3,7 +3,7 @@
"*.md": [
"markdownlint-cli2 --fix",
"node ./scripts/check-url-locale.js --fix",
"autocorrect --lint",
"autocorrect --fix",
"prettier --write"
]
}

0 comments on commit 2f278c6

Please sign in to comment.