-
Notifications
You must be signed in to change notification settings - Fork 42
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(deps): bump #732
chore(deps): bump #732
Conversation
import type { Options } from './openapi/validate'; | ||
import type { CommandOptions } from '../lib/baseCommand'; |
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.
weird, this reorder shouldn't have happened.
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.
lol yikes... could this be another bug with that import plugin? i can hold off
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.
Looks like it's just type
imports that are this way. I'll update that ticket I had
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.
Looks like they're already on it. Feel free to pull this bump in anyways and we can change this back when they fix it.
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.
eh I'll just convert this to a draft in the meantime, I'd rather keep the diff minimal
for posterity: waiting on this to be fixed: import-js/eslint-plugin-import#2683
see #739 |
🧰 Changes
Before:
After: