Home > @rushstack/node-core-library > IJsonFileStringifyOptions > newlineConversion
IJsonFileStringifyOptions.newlineConversion property
If provided, the specified newline type will be used instead of the default \r\n
.
Signature:
newlineConversion?: NewlineKind;