Answers for "eslint ignore whole page"

8

disable eslint whole file

//add this block comment in the first line
//it must be a BLOCK comment!!!

/* eslint-disable */
Posted by: Guest on February-06-2021
3

eslint ignore

/* eslint-disable */

alert('foo');

/* eslint-enable */
Posted by: Guest on September-03-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language