Closed
Description
It is a bit scary for new users to run npm run lint
because it exits in error by default if you have a violation. They usually think something is wrong with their install, where as it is just because they missed a semicolon somewhere...
Maybe we could have npm run lint
exiting nicely by using the --force
flag of tslint
?
I can submit a PR if you are OK with that.