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
Is your feature request related to a problem? Please describe.
As a new developer to the project, a combination of Typescript & ESLint would be helpful when validating possible side-effects of changes.
Describe the solution you'd like
Migrate project to Typescript with ESLint.
Describe alternatives you've considered cries in vanilla js
The text was updated successfully, but these errors were encountered:
I have a bit of a love-hate relationship with Typescript, but it's definitely nicer than vanilla JS IMO. We can start out making the compiler rules really permissive (allow implicit any types, no strict-null checking, etc) and then migrate over time to stricter rules. There is a reasonably large project I work on which we migrated from JS -> TS about a year and a half ago, and given how large that project is relative to this one, I have high confidence the migration wouldn't be too bad!
Is your feature request related to a problem? Please describe.
As a new developer to the project, a combination of Typescript & ESLint would be helpful when validating possible side-effects of changes.
Describe the solution you'd like
Migrate project to Typescript with ESLint.
Describe alternatives you've considered
cries in vanilla js
The text was updated successfully, but these errors were encountered: