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 ?