Skip to content

Commit

Permalink
chore: fix failing markdown linting
Browse files Browse the repository at this point in the history
Follow up to #5186 / #5189
  • Loading branch information
voxpelli committed Aug 6, 2024
1 parent 1ac5b55 commit 082e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"format": "run-s format:*",
"lint:knip": "knip --cache",
"lint:code": "eslint . 'bin/*' --max-warnings 0",
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md'",
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md' -i CHANGELOG.md",
"lint": "run-p lint:*",
"prepublishOnly": "run-s test clean build",
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
Expand Down

0 comments on commit 082e83e

Please sign in to comment.