Skip to content

Commit

Permalink
chore: ignore CHANGELOG for markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Nov 24, 2023
1 parent 92c3f49 commit 32e4824
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 @@ -8,7 +8,7 @@
"cover": "nyc mocha test/**/*.spec.ts",
"lint": "eslint --ext .ts src/ test/",
"lint:fix": "npm run lint -- --fix",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules --ignore CHANGELOG.md",
"release": "release-it",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable && npm run build",
Expand Down

0 comments on commit 32e4824

Please sign in to comment.