houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 402 forks source link

Support for eslint-plugin-jsdoc #1822

Open Fiyin-Anne opened 3 years ago

Fiyin-Anne commented 3 years ago

Hound keeps raising this error whenever I make a push to my repo, even though I already have the plugin installed

Oops! Something went wrong! :(
ESLint: 7.7.0
ESLint couldn't find the plugin "eslint-plugin-jsdoc".
(The package "eslint-plugin-jsdoc" was not found when loaded as a Node module from the directory "/tmp/d20201023-6-1699gxr".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
    npm install eslint-plugin-jsdoc@latest --save-dev
The plugin "eslint-plugin-jsdoc" was referenced from the config file in ".eslintrc".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

How do I get hound to recognize it in my package.json file?