Description
Description
Implement rule no-multi-asterisks which prevents multiple asterisks at the beginning of the comment line. No options for now.
Naming
So far I chosen useSingleJsDocAsterisk
generally we don't include language name in the rule name, however this is JS rule about JSDoc, so including word JSDoc seems clearer to me.
Another possible name could be noMultiJsDocAsterisks
.