Skip to content

Add ESLint disable comment for addressing vue/no-unused-properties violations in app/assets/javascripts/contribution_events/

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

#525719 (closed)

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 🤖

Merge request reports

Loading