JdeRobot/bt-studio

Code type consistency

Opened this issue · 0 comments

Currently, we are working with .js, .jsx, .ts, and .tsx files. This means the coding standards are not consistent as they will vary depending on the format.

To prevent this, I propose migrating the entire codebase (now that's relatively small) to TypeScript wherever possible, as it enforces proper coding standards I think will help maintain a healthier app.