blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
37 stars 12 forks source link

Forcing Style rules #8

Closed Der-Penz closed 1 year ago

Der-Penz commented 1 year ago

consistent styling throughout the whole project would be helpful

I personally had a problem adding features to this repo because my dev environment was set up with a different styling (Indentation 4-Tabs instead of 2-Spaces) and auto-format on save, which changed source code written from someone else completely.

Solution

blakejoy commented 1 year ago

I may work on adding github actions so that formatting, pushing to npm registry and etc is automated.

Der-Penz commented 1 year ago

Sounds good

blakejoy commented 1 year ago

Closed in #22