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

tests: add eslintrc jest env and remove all the env comments #13954

Merged
merged 4 commits into from
May 6, 2022

Conversation

connorjclark
Copy link
Collaborator

Closes #13884

@@ -13,8 +13,6 @@ const inspectorIssuesGathererPath = LH_ROOT +
'/lighthouse-core/gather/gatherers/inspector-issues.js';
const inspectorIssuesGathererSource = fs.readFileSync(inspectorIssuesGathererPath, 'utf-8');

/* eslint-env jest */
Copy link
Member

Choose a reason for hiding this comment

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

We're removing this comment but I can't find an associated eslintrc file added for this directory? Is there already one higher up?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

eslintignore ignores the entire third-party folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test eslintrc files
4 participants