The "type" type causes an error in the default ESLint (+ typescript-eslint) configuration.
In my project, I need to insert the following comment or change the ESLint configuration to avoid an error.
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
or
/* eslint-disable @typescript-eslint/consistent-type-definitions */
The "type" type causes an error in the default ESLint (+ typescript-eslint) configuration.
In my project, I need to insert the following comment or change the ESLint configuration to avoid an error.
or