-
Notifications
You must be signed in to change notification settings - Fork 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
Framework: Upgrade ESLint computed-property-spacing to error #11431
Conversation
@Copons This PR needs a rebase |
5a1e890
to
b7fd6ae
Compare
@Copons This PR needs a rebase |
client/lib/connections-list/list.js
Outdated
@@ -0,0 +1,591 @@ | |||
/** |
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.
Why was this file added? Guessing erroneous rebase.
b7fd6ae
to
f505c56
Compare
0070cbf
to
f3dac91
Compare
@aduth rebased and removed that file that got included somehow! |
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 👍
Related: #8562
This pull request continues the crusade to upgrade all ESLint rules to errors by resolving remaining issues with
computed-property-spacing
rule.Testing Instructions:
That CircleCI passes is indication that the changes included are working as intended.
Verify that no regressions have been introduced to affected sections.