Run eslint as-if-foss upon any frontend changes in EE
requested to merge 227005-consider-running-eslint-as-if-foss-to-catch-potential-foss-specific-failures-in-advance into master
What does this MR do?
This would help to catch failures such as import HealthStatusSelect from 'ee_else_ce/vue_shared/components/sidebar/health_status_select/health_status_bundle';
where the app/javascripts/vue_shared/components/sidebar/health_status_select/health_status_bundle.js
file doesn't exist.
Closes #227005 (closed)
Edited by Rémy Coutable