CesiumGS / cesium-webpack-example

The minimal recommended setup for an application using Cesium with Webpack.
Apache License 2.0
243 stars 160 forks source link

Add prettier and eslint for consistent code #50

Closed jjspace closed 8 months ago

jjspace commented 8 months ago

This just adds prettier and eslint to match the main CesiumJS repository and our coding style everywhere else.

I also added the lint checks to the current GHA workflow. I haven't modified them before, I think I did it right, but would appreciate a specific check on that.

ggetz commented 8 months ago

Awesome, thanks @jjspace!