-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADD an ignore for an eslint error about a missing dependency (puppeteer) #7239
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fix-storyshots-eslint-error.storybook.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this in the file instead of globally?
@shilman no, the issue is: sometimes the package is installed, sometimes it isn't. In the case the package is installed, eslint will complain about an eslint ignore that's unnecessary. It's pretty meta, but your suggestion won't work. |
I think it's better to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM tho there are some deepscan errors with the unused vars
I'm fine with those |
Issue: #6993 (comment)
What I did
ADD a ignore rule