diff --git a/package.json b/package.json index d367298e..7335a583 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "**/*.scss": [ "npx prettier --write" ], - "**/*.{md,markdown}": [ + "**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [ "npx markdownlint --config ./markdownlint.config.json --fix" ] }