Answers for "eslint disable lint for file"

6

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
0

disable lint for file

/* eslint-disable */
Posted by: Guest on March-01-2021

Browse Popular Code Answers by Language