Skip to content

Commit

Permalink
chore(links): ignores anchors and allows formatting example link
Browse files Browse the repository at this point in the history
  • Loading branch information
edm00se committed Dec 2, 2024
1 parent 68ae0b2 commit 9589cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
"remark-validate-links",
[
"remark-lint-no-dead-urls", {
"checkAnchor": false,
"defaultAnchorAllowlist": [
"https://github.com/edm00se/awesome-board-games/blob/main/formatting.md"
"https://github.com/edm00se/awesome-board-games/blob/main/formatting.md#example"
],
"skipUrlPatterns": [
"https://commonspoly.cc/"
Expand Down

0 comments on commit 9589cca

Please sign in to comment.