Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable eslint for line

alert('foo'); // eslint-disable-line

// eslint-disable-next-line
alert('foo');
Source by eslint.org #
 
PREVIOUS NEXT
Tagged: #disable #eslint #line
ADD COMMENT
Topic
Name
9+1 =