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
Until #19 is resolved it would be nice if eslint-plugin-tsdoc could offer an option to allow dots in parameter names like typeDoc supports. Now we either have to disable TSDoc linting completely or filter out the error like https://www.npmjs.com/package/eslint-plugin-verify-tsdoc/v/1.0.5 does
Alternatively it could be an option in tsdoc.json ?