tslint disable entire file code example
Example: disable eslint whole file
//add this block comment in the first line
//it must be a BLOCK comment!!!
/* eslint-disable */
//add this block comment in the first line
//it must be a BLOCK comment!!!
/* eslint-disable */