Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jshint ignore line

// Code here will be linted with JSHint.
/* jshint ignore:start */
// Code here will be ignored by JSHint.
/* jshint ignore:end */
// Code here will be linted with JSHint.

// You can also ignore a single line with a trailing comment like this:

ignoreThis(); // jshint ignore:line
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jshint #ignore #line
ADD COMMENT
Topic
Name
1+7 =