Remove `lines-between-class-members: off` override
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=423225)
</details>
<!--IssueSummary end-->
### Description
I'd like to remove the `lines-between-class-members` override, that can be be easily fixed in our code base.
```
diff --git a/.eslintrc.yml b/.eslintrc.yml
index f98f7acc0ad0..61a4254a8e51 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -33,7 +33,6 @@ rules:
# consider. See
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89831.
- '^(ee|jh)_component/'
- lines-between-class-members: off
# all offenses of no-jquery/no-animate-toggle are false positives ( $toast.show() )
no-jquery/no-animate-toggle: off
no-jquery/no-event-shorthand: off
```
### Discussion
The following discussion from !129953 should be addressed:
- [ ] @justin_ho started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129953#note_1526113051): (+1 comment)
> Could we also remove the comment above since I believe it's added specifically for this rule?
issue