IBM / Train-Custom-Speech-Model

Create a custom Watson Speech to Text model using specialized domain data
https://developer.ibm.com/patterns/customize-and-continuously-train-your-own-watson-speech-service/
Apache License 2.0
59 stars 42 forks source link

Enable tslint #39

Closed yhwang closed 5 years ago

yhwang commented 5 years ago

Use tslint to enforce coding conventions

Signed-off-by: Yihong Wang yh.wang@ibm.com

pvaneck commented 5 years ago

Looks good. Just got to add the lint job to the Travis config.

rhagarty commented 5 years ago

@pvaneck - already in travis. yhwang updated the lint command in package.json to run tslint. Should be good to go.

yhwang commented 5 years ago

@rhagarty it only runs npm run lint against client directory. I have a new PR for the update and please review it