ozdemirburak / morse-code-translator

Translate text to Morse code and vice versa, with the option to play Morse code audio.
https://morsecodetranslator.com
MIT License
216 stars 57 forks source link

Migrate Code to TypeScript #21

Closed ozdemirburak closed 2 years ago

ozdemirburak commented 2 years ago

https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html

drishit96 commented 2 years ago

Hi @ozdemirburak, I'd like to work on this

ozdemirburak commented 2 years ago

Sure, @drishit96.

drishit96 commented 2 years ago

@ozdemirburak I have run the tests and they work but the jshint lint is not working since the js file generated by typescript is not jshint compatible. Should I replace jshint with eslint?

ozdemirburak commented 2 years ago

That'd be great @drishit96.