From 2cae46479922eb80d474cfa0dc99452b29e251db Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Tue, 6 Sep 2022 09:01:32 +0200 Subject: [PATCH] [Meta] npmignore markdownlint config --- CHANGELOG.md | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3c2762bd..fa6622f4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +### Changed + +* [Meta] npmignore markdownlint config ([#3413][] @jorrit) + +[#3413]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3413 + ## [7.31.7] - 2022.09.05 ### Fixed 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*" ] } }