chore: more thorough markdown extension check
This commit is contained in:
parent
4d9d1dc63a
commit
867de2c3bd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
"**/*.scss": [
|
||||
"npx prettier --write"
|
||||
],
|
||||
"**/*.{md,markdown}": [
|
||||
"**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
|
||||
"npx markdownlint --config ./markdownlint.config.json --fix"
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue