mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-15 19:51:20 +08:00

* format: fix markdown * update: fix markdown * update: fix cron problems * update: delete .markdownlintignore * update * chore: add tab -> 4 space * chore: fix tab -> 2 in the .editorconfig
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
{
|
|
"**/*.{mjs,css,json,prettierrc,lintstagedrc}": ["prettier --write"],
|
|
"./docs/*.md": ["npx markdownlint-cli --fix ./docs"]
|
|
}
|