programs.yarn.enable
Whether to enable management of yarn config.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.yarn.settings
Available configuration options for yarn see: https://yarnpkg.com/configuration/yarnrc
Type: YAML 1.1 value
Default:
{ }
Example:
{
httpProxy = "http://proxy.example.org:3128";
httpsProxy = "http://proxy.example.org:3128";
}
Declared by: