Skip to content

Commit

Permalink
fix: ignore CHANGELOG in Markdown linting (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Sep 11, 2023
1 parent 30902f9 commit 00f9f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module.exports = {
config: require("./node_modules/markdownlint-config-fluid/.markdownlintrc.json"),
ignores: ["node_modules"]
};
ignores: ["node_modules", "CHANGELOG.md"]
};

0 comments on commit 00f9f22

Please sign in to comment.