We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c569b commit 2cae464Copy full SHA for 2cae464
CHANGELOG.md
@@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+### Changed
9
+
10
+* [Meta] npmignore markdownlint config ([#3413][] @jorrit)
11
12
+[#3413]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3413
13
14
## [7.31.7] - 2022.09.05
15
16
### Fixed
package.json
@@ -95,7 +95,8 @@
95
"*.config.js",
96
".eslintrc",
97
".editorconfig",
98
- "tsconfig.json"
+ "tsconfig.json",
99
+ ".markdownlint*"
100
]
101
}
102
0 commit comments