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 1ac5b55 commit 7e7a2ecCopy full SHA for 7e7a2ec
package.json
@@ -55,7 +55,7 @@
55
"format": "run-s format:*",
56
"lint:knip": "knip --cache",
57
"lint:code": "eslint . 'bin/*' --max-warnings 0",
58
- "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",
59
"lint": "run-p lint:*",
60
"prepublishOnly": "run-s test clean build",
61
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
0 commit comments