eslint-plugin-etc
eslint-plugin-etc copied to clipboard
Cannot read properties of undefined 'typeAnnotation'
After updating to @typescript-eslint 6.1.0, this error occurs:
TypeError: Cannot read properties of undefined (reading 'typeAnnotation')
Occurred while linting <file>
Rule: "etc/no-implicit-any-catch"
This only occurs when I have a promise with a catch function and have not specified a type.
More than 1 year.. Still no fix