You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hound keeps raising this error whenever I make a push to my repo, even though I already have the plugin installed
How do I get hound to recognize it in my package.json file?
The text was updated successfully, but these errors were encountered: