fix: Fix markdown lint command error. (#40 #41)

This commit is contained in:
jaywcjlove
2022-11-10 13:07:37 +08:00
parent aa26be4186
commit ea80136db3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"**/*.{mjs,css,json,prettierrc,lintstagedrc}": ["prettier --write"],
"./docs/*.md": ["markdownlint-cli --fix ./docs"]
"./docs/*.md": ["markdownlint --fix ./docs"]
}