What is the problem this feature will solve?
improve the type resolution and project robustness
What is the feature you are proposing to solve the problem?
remove this line
|
'jsdoc/valid-types': 'off', |
What alternatives have you considered?
This might cause lint error because of many incorrect doc typing in the project.
But still have some workaround, for example, #43006 (comment)