jellyfin-archive / jellyfin-react-client

Next Generation Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
86 stars 29 forks source link

Typescript conversion #29

Closed petermcneil closed 4 years ago

petermcneil commented 4 years ago

Added typescript to the project, and converted all non-electron source files to typescript. Fixes #25

EraYaN commented 4 years ago

Aah nice! There are a lot of whitespace changes, could you remove those?

EDIT: Nvm if the edits are your editor confirming the json's to the .editorconfig.

petermcneil commented 4 years ago

Yeah I think the whitespace changes are the .editorconfig. It seems IntelliJ is picking the editorconfig correctly - indent is space, with size of 4 etc.