You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: