Published
- 1 min read
eslint ignore next line
The solution for this is noted below
eslint ignore next line
Solution
alert('foo') // eslint-disable-line
// eslint-disable-next-line
alert('foo')
/* eslint-disable-next-line */
alert('foo')
alert('foo') /* eslint-disable-line */
Try other methods by searching on the site. That is if this doesn’t work