CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.68k stars 303 forks source link

Switch to prettier for formatting #256

Closed lilleyse closed 2 years ago

lilleyse commented 2 years ago

Steps for migrating to prettier will be as follows:

  1. Merge this into main
  2. Add a pre-prettier tag
  3. Actually run prettier and commit the code changes to main
  4. Add a post-prettier tag
  5. Open a follow-up PR to add the pre-commit hooks for running prettier

Recommendations for how to update your branches can be found here: https://community.cesium.com/t/cesiumjs-source-code-is-now-formatted-with-prettier/9362