jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Add option { spaces: 2} to function writeFileSync #149

Closed Surdok closed 2 years ago

Surdok commented 2 years ago

Both writeFileSync and writeFile should have the same options.

Surdok commented 2 years ago

Found it