mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 12:11:21 +08:00
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
{
|
|
"**/*.{mjs,css,json,prettierrc,lintstagedrc}": ["prettier --write"],
|
|
"./docs/*.md": ["markdownlint --fix ./docs"]
|
|
}
|