Closed SJAnderson closed 9 years ago
npm
writes double quotes in package.json. Not sure what makes single quotes more readable. Could you provide more information or examples? Maybe we could make it a configuration option, or something.
@RobLoach That's because JSON requires double quotes.
Fixed in v2
@balupton As far as I can tell, this issue still persists.
guessing the fixed was an incorrect thing - this would be a cson-parser thing - we could add an option to do a conversion here, but it is likely best another package
Agreed; I raised an issue in cson-parser
to resolve this.
stringifySync() uses double quotes in the output, would be better for readability if it had single quotes. Thoughts on this?
Currently:
Desired: