Skip to content

Commit

Permalink
chore: fix md syntax in changeset (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Oct 10, 2024
1 parent 108a07e commit 254c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/neat-carpets-roll.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'tsconfck': patch
---

fix(glob-matching): add implicit **/\* to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/**/\*` for matching.
fix(glob-matching): add implicit `\*\*/\*` to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/\*\*/\*` for matching.

0 comments on commit 254c114

Please sign in to comment.