I've added yarn-plugin-outdated to my project. There are some CLI flags supported such as --url
, so I can run yarn outdated --url
and all outdated packages will be listed with URLs.
Is there any way to set this flag as default, so I don't need to type full command every time?