neolution-ch / javascript-utils

0 stars 3 forks source link

JSdoc eslint plugin #2

Closed neotrow closed 1 year ago

neotrow commented 1 year ago

@drebrez

Fore code that can be called externally (or public so to speak) I think it makes sense to document methods etc.

I tried to enable it only on exported members (by setting publicOnly to true).

But the plugin doesn't seem to be detecting some cases as exported:

So I decided to set publicOnly to false for now. I assume most of the code in those utils will be public anyways. But for me it's also okay if developers manually use eslint-disable for stuff that is not public.