Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable eslint

/*eslint-disable */

//suppress all warnings between comments
alert('foo');

/*eslint-enable */
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disable #eslint
ADD COMMENT
Topic
Name
7+5 =