Can you try using ESLint on the command line with that file? If that gives you the output you expect, then it's likely Atom is not configured properly. If that doesn't give you what you expect, can you share the JSDoc comment you're linting and show your configuration for those two rules? On Mon, May 1, 2017 at 11:11 PM Stefan Natter <[email protected]> wrote:
> Hey guys, > > I do not get the rules `require-jsdoc` and `valid-jsdoc` running in my > .eslintrc.json (see Gist > <https://gist.github.com/natterstefan/3121af83f5f98ee05311d85766ed0d67>). > In my test.js-file I have a missing `return` and `ParamDescription` in the > comments. But my ESLint does not mark the file as invalid. I am using Atom > and the latest version of the `eslint` plugin. > > Can someone help me please? > > PS: do I need to install https://github.com/gajus/eslint-plugin-jsdoc or > another plugin? > > -- > 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.
