Joll59 / d-ser-t

d-ser-t quantifies speech recognition accuracy of the MSFT speech service and/or user created MSFT custom speech service models.
2 stars 2 forks source link

Initial Prettier fixes. #74

Closed KatieProchilo closed 5 years ago

KatieProchilo commented 5 years ago

The CLI, service, and the top-level project have two new scripts, and a change to the existing build script:

Probably a good time to introduce this change as it touches a lot of lines and no one's been pushing to d-ser-t. All Prettier config has been set within package.json for each package.

Also manually alphabetized imports.

Joll59 commented 5 years ago

The build step is currently failing because running the build steps before the prettier fixes results in Prettier errors. Also if we run a full lint comnnd tslint -c tslint.json 'src/**/*.ts' command there are some linting errors that are out standing.

KatieProchilo commented 5 years ago

Ready to be looked at