chore: more thorough markdown extension check

This commit is contained in:
Cory Dransfeldt 2023-03-28 12:24:35 -07:00
parent 4d9d1dc63a
commit 867de2c3bd
No known key found for this signature in database

View file

@ -62,7 +62,7 @@
"**/*.scss": [ "**/*.scss": [
"npx prettier --write" "npx prettier --write"
], ],
"**/*.{md,markdown}": [ "**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
"npx markdownlint --config ./markdownlint.config.json --fix" "npx markdownlint --config ./markdownlint.config.json --fix"
] ]
} }