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
chore(store): clear jsdoc/no-defaults warnings in softwarecatalogPlugin
ESLint flagged four `@param {Type} [name=null]` JSDoc shapes as
violations of `jsdoc/no-defaults`. The annotation is meant to declare
optionality (`[name]`) — defaults belong in the description text.
Rewriting the four offenders without semantic change.
0 commit comments