Skip to content

Commit 32e4824

Browse files
committed
chore: ignore CHANGELOG for markdownlint
1 parent 92c3f49 commit 32e4824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cover": "nyc mocha test/**/*.spec.ts",
99
"lint": "eslint --ext .ts src/ test/",
1010
"lint:fix": "npm run lint -- --fix",
11-
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
11+
"markdownlint": "markdownlint '**/*.md' --ignore node_modules --ignore CHANGELOG.md",
1212
"release": "release-it",
1313
"postinstall": "husky install",
1414
"prepublishOnly": "pinst --disable && npm run build",

0 commit comments

Comments
 (0)