SharpLinter icon indicating copy to clipboard operation
SharpLinter copied to clipboard

Missing JSHint features

Open Garash2k opened this issue 11 years ago • 0 comments

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.

Garash2k avatar Jul 17 '14 14:07 Garash2k