Can you disable the linter check for a specific line of code? code example
Example: //disable-linter-line
// eslint-disable-next-line no-console
console.log('eslint will ignore the no-console on this line of code');
// OR >>
console.log('eslint will ignore the no-console on this line of code'); // eslint-disable-line