I need to disable some variable checks in ESLint.
ESLint
Currently, I am using this code, but am not getting the desired result:
Alternatively, you can disable the rule for one line:
// Based on your Typescript example export type Hey = { // eslint-disable-line no-unused-vars a: string, b: object }