From 867de2c3bd8754d84ad36f90f1a507bb20c115a6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 12:24:35 -0700 Subject: [PATCH] chore: more thorough markdown extension check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }