We have a strict zero lint issues policy. This means all errors and warnings need to be fixed.
Facing this lint error in our React typescript project:
warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Searched on Google and on the lint website. I didn't find a solution as such!
Tried this: // eslint:@typescript-eslint/no-explicit-any: "off" which is not working
Does anyone know how to bypass this eslint rule in a React typescript project?