Skip to content

Commit

Permalink
docs: add a new glob testing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeluo committed Jan 30, 2025
1 parent 005037e commit 725778f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/rules/filename-blocklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ export default [

- [micromatch](/~https://github.com/micromatch/micromatch)
- [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>)
- [testing glob expression online](https://globster.xyz)
- [testing glob expression online 1](https://globster.xyz)
- [testing glob expression online 2](https://www.digitalocean.com/community/tools/glob)
3 changes: 2 additions & 1 deletion docs/rules/filename-naming-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ export default [

- [micromatch](/~https://github.com/micromatch/micromatch)
- [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>)
- [testing glob expression online](https://globster.xyz)
- [testing glob expression online 1](https://globster.xyz)
- [testing glob expression online 2](https://www.digitalocean.com/community/tools/glob)
3 changes: 2 additions & 1 deletion docs/rules/folder-match-with-fex.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ export default [

- [micromatch](/~https://github.com/micromatch/micromatch)
- [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>)
- [testing glob expression online](https://globster.xyz)
- [testing glob expression online 1](https://globster.xyz)
- [testing glob expression online 2](https://www.digitalocean.com/community/tools/glob)
3 changes: 2 additions & 1 deletion docs/rules/folder-naming-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,5 @@ export default [

- [micromatch](/~https://github.com/micromatch/micromatch)
- [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>)
- [testing glob expression online](https://globster.xyz)
- [testing glob expression online 1](https://globster.xyz)
- [testing glob expression online 2](https://www.digitalocean.com/community/tools/glob)

0 comments on commit 725778f

Please sign in to comment.