aws-samples / medical-transcription-analysis

Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
MIT No Attribution
79 stars 35 forks source link

Lint and format #46

Closed kazbaig closed 3 years ago

kazbaig commented 3 years ago

Issue #, if available:

Description of changes: Adds linting and formatting on commit using eslint and prettier respectively.

The dependencies added that are related to eslint were already implicitly being installed through react-scripts but are now explicitly declared as we are working with them directly.

Also removes temp.js, a file that isn't being used anywhere and has lots of lint errors.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.