Skip to content

Commit

Permalink
chore: fix md again
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Oct 10, 2024
1 parent 254c114 commit a60143b
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 a60143b

Please sign in to comment.