It looks like you don't have any JSDoc comments that will be checked by valid-jsdoc. It only checks function declarations, classes, and class methods. See http://eslint.org/docs/rules/valid-jsdoc for examples of what can be checked. On Tue, May 2, 2017 at 9:30 AM Stefan <[email protected]> wrote:
> Hi Nicholas, > > quick update: I deinstalled and installed `eslint` again (with and without > `-g`). Now I get this, but with no error (because of missing @return): > > xxxx:xxxx user$ eslint app/onboarding.js --config .eslintrc > xxxx:xxxx user$ > > The file still looks like on the Gist. > > -- > You received this message because you are subscribed to the Google Groups > "ESLint" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
