Skip to content

Commit 2cae464

Browse files
jorritljharb
authored andcommitted
[Meta] npmignore markdownlint config
1 parent 22c569b commit 2cae464

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
### Changed
9+
10+
* [Meta] npmignore markdownlint config ([#3413][] @jorrit)
11+
12+
[#3413]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3413
13+
814
## [7.31.7] - 2022.09.05
915

1016
### Fixed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"*.config.js",
9696
".eslintrc",
9797
".editorconfig",
98-
"tsconfig.json"
98+
"tsconfig.json",
99+
".markdownlint*"
99100
]
100101
}
101102
}

0 commit comments

Comments
 (0)