@sindresorhus should we revert this one? Technically there is no default value on these, although we default to 1 if they're not set. So essentially default value is 1, not 0, and the only legit configuration option for these is to set them to either 1 (the default) or 0. So I don't see a problem with the original docs.
@sindresorhus should we revert this one? Technically there is no default value on these, although we default to
1
if they're not set. So essentially default value is1
, not0
, and the only legit configuration option for these is to set them to either1
(the default) or0
. So I don't see a problem with the original docs.