JamieMason / syncpack

Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack/
MIT License
1.46k stars 51 forks source link

Update schema example to reference node_modules #240

Closed Stuk closed 3 months ago

Stuk commented 3 months ago

Description (What)

Use the schema in the installed syncpack package in node_modules

Justification (Why)

Avoids referencing an external schema and needing to keep the version up to date.

How Can This Be Tested?

Open a .syncpackrc file with this change in VSCode and note the code suggestions

Screenshot 2024-08-22 at 10 12 30 AM

JamieMason commented 3 months ago

Nice, thanks @Stuk - much better.

JamieMason commented 3 months ago

This has been released, thanks @Stuk