Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

//disable-linter-line

// eslint-disable-next-line no-console
console.log('eslint will ignore the no-console on this line of code');

// OR >>
console.log('eslint will ignore the no-console on this line of code'); // eslint-disable-line
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
1+1 =