I am new using tslint, in the past I used eslint for javascript files and now I want to use tslint as my typescript linting tool.
The thing is that using eslint I was able to specify that some of my errors where specifyed as NPM warnings, in this case the console logging.
As you can see my "warnings" are throwing an npm ERR, is there a way to tell that it should be npm WARN ???