JSHint has an error code associated with every error type. The error code is easily suppressible either globally or for a certain section of a file. The section technique works but there are no way to suppress a code for the whole build.
http://man42.net/blog/2013/04/jshint-disable-warning-globally/
Also theses codes are usually visible next to the error message, however, SharpLinter doesn't seem to have a way of outputting them.
JSHint has an error code associated with every error type. The error code is easily suppressible either globally or for a certain section of a file. The section technique works but there are no way to suppress a code for the whole build.
http://man42.net/blog/2013/04/jshint-disable-warning-globally/
Also theses codes are usually visible next to the error message, however, SharpLinter doesn't seem to have a way of outputting them.