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*" ] } }