Skip to content

Commit 7e7a2ec

Browse files
authored
chore: fix failing markdown linting (#5193)
Follow up to #5186 / #5189
1 parent 1ac5b55 commit 7e7a2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"format": "run-s format:*",
5656
"lint:knip": "knip --cache",
5757
"lint:code": "eslint . 'bin/*' --max-warnings 0",
58-
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md'",
58+
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md' -i CHANGELOG.md",
5959
"lint": "run-p lint:*",
6060
"prepublishOnly": "run-s test clean build",
6161
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",

0 commit comments

Comments
 (0)