I need to disable some variable checks in ESLint.
ESLint
Currently, I am using this code, but am not getting the desired result:
If you've got multiple overlapping rules that you want to ignore (e.g. typescript and standard js), you can specify more than one rule to ignore by separating by a comma:
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars