Skip to content
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

chore: fix up eslintignore #6026

Merged
merged 1 commit into from
Jan 13, 2020
Merged

chore: fix up eslintignore #6026

merged 1 commit into from
Jan 13, 2020

Conversation

focusaurus
Copy link
Contributor

Impact: minor
Type: chore

Issue

Running npm lint locally was showing 100K+ errors. It was fine in CI though. My theory is maybe plugin dependencies were not yet installed in CI so there were no node_modules sand traps for eslint to fall into. Locally there there are lots of node_modules directories under plugins so we ignore those now.

Solution

Ignore generated files and 3rd party deps.

Signed-off-by: Peter Lyons <pete@peterlyons.com>
Copy link
Member

@kieckhafer kieckhafer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 lint errors when running locally 👍👍👍

@kieckhafer kieckhafer merged commit ab2bec3 into release-3.0.0 Jan 13, 2020
@kieckhafer kieckhafer deleted the eslintignore branch January 13, 2020 22:58
@kieckhafer kieckhafer mentioned this pull request Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants