-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update eslint to the latest version #8770
Conversation
Need to rename no-shadow to @typescript-eslint/no-shadow as specified there: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-shadow.md Change-Id: Ib864501e48772b224b4999718f4f8dfbeb8964d6 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
93706a3
to
ab55839
Compare
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.
I verified the following 👍
- I confirmed that the new dependencies are license compatible following the guidelines.
- I confirmed that the new rule works correctly, and pre-existing rules also work with the new eslint update.
@vince-fugnitto should I wait somehow to have travis-ci back ? |
@benoitf I build the pull-request locally, and ran the tests (at least on Linux). |
so we've successful builds on linux (your case) and macos (my case) so I would say we're fine to merge. |
I believe so, I can have a colleague test on windows if you'd like? |
@vince-fugnitto that would be perfect |
@dukengn do you mind confirming the changes work correctly on |
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.
I have tested on Windows and confirmed that the new rules work great and the existing rules are also working well with the update 👍
What it does
Update eslint to the latest version
Need to rename no-shadow to @typescript-eslint/no-shadow as specified there
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-shadow.md
How to test
build should be working as I changed only comments in source code
Review checklist
Reminder for reviewers
Change-Id: Ib864501e48772b224b4999718f4f8dfbeb8964d6
Signed-off-by: Florent Benoit fbenoit@redhat.com