chore: fix markdown file automatically (#41)

* update

* update
This commit is contained in:
fw_qaq
2022-11-10 12:51:20 +08:00
committed by GitHub
parent 2b1d33a5db
commit aa26be4186
3 changed files with 13 additions and 2 deletions

View File

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