Replace `globby` with `glob` in the project for smaller footprint
See original GitHub issueReplace globby
with glob
in all commitlint-packages.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Globby: Glob Files with Support for Multiple Patterns - Morioh
globby. User-friendly glob matching. Based on fast-glob but adds a bunch of useful ... npm install globby ... Small footprint type-erasing with functions....
Read more >globby - npm
Start using globby in your project by running `npm i globby`. There are 6540 other projects in the npm registry using globby.
Read more >@typescript-eslint/typescript-estree | Yarn - Package Manager
Change Log. All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Read more >readdirp - npm Package Health Analysis - Snyk
Snyk scans all the packages in your projects for vulnerabilities and provides automated fix ... readdir-glob ... Install the Snyk CLI and test...
Read more >Being Productive With Task Runners - Smashing Magazine
However, with a little care and organization (breaking tasks into logical files!), you can get it to do wonders for any project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is form the lock-file? No need to change that. Once you remove globby from all
package.json
s and do ayarn
the lock file should update itself. If other deps need globby that’s still ok.Looks like v7.2.0 is latest. You can use that directly.
Good luck 😃