Fix import order in help center for FOSS ESLint
What does this MR do and why?
Fix import order in help center for FOSS ESLint
Problem
Running ESLint with FOSS_ONLY=1 fails on
help_center.vue with an import/order error.
In FOSS mode, ee_component is not a webpack alias
(handled by NormalModuleReplacementPlugin instead),
so ESLint's webpack resolver classifies it in a
different import group than jh_else_ce.
Solution
Swap the ee_component and jh_else_ce imports in
help_center.vue so ee_component comes first,
satisfying the import/order rule in both FOSS and
EE modes.
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.