Hey team,
*.js only matches current dir files, not nested ones like a/b.js. This follows glob rules, but many devs expect it to include subfolders.
Suggestion:
Add a doc note highlighting * vs **.
Optional: helper/flag for matching across dirs.
Thanks!