tslint is deprecated in favor of [eslint](https://eslint.org/). [Replace tslint with eslint](https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration). Set up a [VS Code task](https://code.visualstudio.com/docs/editor/tasks#_task-autodetection) to run eslint and translate the output into errors in the editor. The [Travis CI script](https://github.com/redhat-developer/vscode-microprofile/blob/master/.travis.yml#L35) needs to be updated to use eslint as well.
tslint is deprecated in favor of eslint. Replace tslint with eslint. Set up a VS Code task to run eslint and translate the output into errors in the editor. The Travis CI script needs to be updated to use eslint as well.