We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c3f49 commit 32e4824Copy full SHA for 32e4824
package.json
@@ -8,7 +8,7 @@
8
"cover": "nyc mocha test/**/*.spec.ts",
9
"lint": "eslint --ext .ts src/ test/",
10
"lint:fix": "npm run lint -- --fix",
11
- "markdownlint": "markdownlint '**/*.md' --ignore node_modules",
+ "markdownlint": "markdownlint '**/*.md' --ignore node_modules --ignore CHANGELOG.md",
12
"release": "release-it",
13
"postinstall": "husky install",
14
"prepublishOnly": "pinst --disable && npm run build",
0 commit comments