Replies: 1 comment 2 replies
-
It might be a bug. I'll check it with in a few days and will let you know |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to add the react-hooks plugin to my custom env eslint config.
I did use Bit install to have the following depency "eslint-plugin-react-hooks": "4.2.0"
I am using this code to configure my linting rules in a custom env:
Everything's been working fine (with other rules) until I used the
config.addPlugins(['react-hooks']);
line, which throws thefollowing error when using
bit lint
:Also made sure to
bit build
->bit compile
->bit lint
with the saved changes.Is there any example on how a plugin can be added ? Am I missing a step ?
Beta Was this translation helpful? Give feedback.
All reactions