From 43e58f7119f23c85965903bfd424264db1e14066 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Tue, 6 Sep 2022 09:01:32 +0200 Subject: [PATCH] Don't add markdownlint config to NPM package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25316da47d..0b7da12095 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,8 @@ "*.config.js", ".eslintrc", ".editorconfig", - "tsconfig.json" + "tsconfig.json", + ".markdownlint*" ] } }