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

fix: Update types and apply to all rules #86

Merged
merged 3 commits into from
Mar 14, 2025
Merged

fix: Update types and apply to all rules #86

merged 3 commits into from
Mar 14, 2025

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Mar 10, 2025

Prerequisites checklist

What is the purpose of this pull request?

Updates types throughout.

What changes did you make? (Give an overview)

Related Issues

Is there anything you'd like reviewers to focus on?

I had to reformat the rules because the previous format of applying a type to the default export could only be accomplished with parentheses, and then Prettier would remove the parentheses on precommit.

Sorry, something went wrong.

@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Mar 10, 2025
package.json Outdated
@@ -76,6 +76,7 @@
"@eslint/core": "^0.12.0",
"@eslint/plugin-kit": "^0.2.7",
"@humanwhocodes/momoa": "^3.3.4",
"momoa": "^1.2.0",
Copy link
Member

Choose a reason for hiding this comment

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

This seems unnecessary, this repo only uses @humanwhocodes/momoa, which is already installed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops good catch! That's actually a completely different and unrelated package.

nzakas added 2 commits March 13, 2025 11:36
Copy link
Member

@fasttime fasttime 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!

@fasttime fasttime merged commit 10882ff into main Mar 14, 2025
16 checks passed
@fasttime fasttime deleted the types-update branch March 14, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

None yet

2 participants