-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: create types for ESLint config/plugin #9976
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -24,7 +24,6 @@ | |||
"dist/**" | |||
], | |||
"scripts": { | |||
"release": "pnpm build && pnpm publish", |
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.
Removing vestigial from prior iterations of our publishing flows. This isn't being used anymore.
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
Tried it out manually. Looks good! |
### Description Creates types for `eslint-config-turbo`. Addresses vercel#9919
Description
Creates types for
eslint-config-turbo
.Addresses #9919