Aljeksej Jaroševič

Results 338 comments of Aljeksej Jaroševič

Yeah, nice idea. ;-) What to do with not listed tags? Should they placed before or after? Or maybe we should just report order between listed tags and keep the...

@paladox There are some nits with codestyle ;-) Try to run `jscs -x .`, and `npm run lint` to check.

Heya. Thanks for a question. I don't know much about jsdoc3.4 plugin structures to answer it correctly, but if I got it right the answer is no, jscs-jsdoc doesn't have...

I guess we can allow this behaviour with an option since it looks valid and non-conflictable. Do you mind about PR? ;-) The problem with `jscs-jsdoc` is there are no...

Looks like you are looking for `'arrow'`: https://github.com/jscs-dev/jscs-jsdoc/blob/master/lib/rules/validate-jsdoc/enforce-existence.js#L19

Uhm, yeah, it's supported. It's excepted by default as I see, but if you specify another exception it's reenabled. I think all be fine if you will add `'anonymous'` to...

Filed an issue at jsdoctypeparser Kuniwak/jsdoctypeparser#16

Yeah, it should. What about denying default values in docs if it exists in code?