-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Core lro] Update linting scripts and auto linting #11273
Conversation
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.
A few concerns
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.
Some comments below. Note for the comment about the this
concerns, I'm not necessarily saying that we should block this PR for that, just to figure out if we're going to leave it as is or make a change and then we could take an issue on that change if we do decide that.
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.
Hi! Sorry for rejecting this PR. I love the idea! Jeff's feedback are essential though. Take your time!
@deyaaeldeen PR description please 🙏✨ I know we miss it in many places, but we can work together on improving 💪 |
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.
Make sure CI passes and we're good 👏
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.
* [Core lro] Update linting scripts and auto linting * applying formatting changes * address Jeff's feedback * remove dist-esm/** * adding dist-esm/src back
Switching the
eslint
configuration file used forcore-lro
to use the newer one in the root of the repository and fixing all the linting problems. Furthermore, enforce the absence of linting errors in CI.