zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Format JS code using prettier #2287

Closed pepone closed 3 weeks ago

pepone commented 3 weeks ago

This PR reformats JavaScript code using prettier. Seems a common formatter for JavaScript code @ReeceHumphreys recently added to icerpc for XML files.

We should add a job to check the style, or run it as part of the regular JavaScript build.