It is a dangerous option, that can silently delete changes made by the developer and will also screw git softwares using changelists, as well as a simple selective commit in git cli.
It can safely be replaced with an integration of prettier in your IDE that would fix cs on save.
With that said I leave it up to you the decision to remove it or not.
Hi,
I think you should remove this from package.json
It is a dangerous option, that can silently delete changes made by the developer and will also screw git softwares using changelists, as well as a simple selective commit in git cli.
It can safely be replaced with an integration of prettier in your IDE that would fix cs on save.
With that said I leave it up to you the decision to remove it or not.