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

feat: add the eslint-visitor-keys package #620

Merged
merged 8 commits into from
Aug 20, 2024
Merged

Conversation

snitin315
Copy link
Contributor

@snitin315 snitin315 commented Aug 17, 2024

Refers #609

@snitin315 snitin315 marked this pull request as ready for review August 17, 2024 10:42
@@ -98,3 +98,29 @@ jobs:
env:
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
MASTODON_HOST: ${{ secrets.MASTODON_HOST }}

#-----------------------------------------------------------------------------
Copy link
Member

Choose a reason for hiding this comment

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

This needs to go first because Espree depends on eslint-visitor-keys

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated 👍🏻

eslint.config.js Outdated
@@ -15,7 +15,7 @@ export default [
...eslintConfigESLint,
eslintConfigESLintFormatting,
{
files: ["packages/espree/tests/lib/**"],
files: ["packages/espree/tests/lib/**", "packages/eslint-visitor-keys/tests/lib/**"],
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can simplify?

Suggested change
files: ["packages/espree/tests/lib/**", "packages/eslint-visitor-keys/tests/lib/**"],
files: ["packages/*/tests/lib/**"],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, updated.

Copy link
Member

@aladdin-add aladdin-add left a comment

Choose a reason for hiding this comment

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

LGTM. Would like @nzakas to verify before merging.

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@nzakas nzakas merged commit 5903929 into main Aug 20, 2024
11 checks passed
@nzakas nzakas deleted the feat/eslint-visitor-keys branch August 20, 2024 14:20
@github-actions github-actions bot mentioned this pull request Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

3 participants