You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsdoc: With the new rule jsdoc/check-template-names some of the existing JSDoc comments using @template declarations may produce an error.
As a part of the migration to ESLint 9 and making things more explicit, we decided to drop the special syntax from the configurations.
Some rules that previously had a severity of “warning” now have a severity of “error”.
Although most of them were fixed automatically, something unexpected can happen.
Autofix of such rules is still working.