Skip to content

Commit c6072ba

Browse files
authored
Merge pull request #824 from bmish/docs-markdownlint-disable-changelog-comment
Add .markdownlintignore
2 parents f1d0b9e + d8bf4b6 commit c6072ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.markdownlintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CHANGELOG.md
2+
LICENSE.md
3+
node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"changelog": "lerna-changelog",
1515
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
16-
"lint:docs": "markdownlint '**/*.md' -i CHANGELOG.md -i LICENSE.md -i node_modules",
16+
"lint:docs": "markdownlint '**/*.md'",
1717
"lint:docs-js": "eslint . --cache --ext md",
1818
"lint:js": "eslint . --cache",
1919
"start": "yarn run test:watch",

0 commit comments

Comments
 (0)