I would like to do the following:
Show all TypeScript lint warnings as errors in the error list.
Is this set by default for everyone who opens a project / solution.
Break the assembly if there are lint errors, even if you are using the standalone msbuild.exe file.
Is it possible? So far, I can only receive warnings in the form of errors, changing my personal settings in Web Essentials, and they do not break the assembly.
source
share