Add ESLint disable comment for addressing vue/no-unused-properties violations in app/assets/javascripts/contribution_events/
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
This MR adds an ESLint disable comment to the targetType
computed property in the ContributionEventClosed
component to properly document its implicit usage. The property appears unused to ESLint but is actually being used indirectly by the getValueByEventTarget
utility function.
References
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by 🤖 GitLab Bot 🤖