-
- Downloads
Fix import/no-unresolved violations
This change makes sure that these import paths are checked by the import/no-unresolved ESLint rule by making sure that the path resolves to an actual file when FOSS_ONLY=1. Since the files are empty, it makes sense not to attempt to fetch them, which is why they're still guarded by an IS_EE check.
parent
df260a25
No related branches found
No related tags found
Showing
- app/assets/javascripts/issuable/bulk_update_sidebar/issuable_bulk_update_sidebar.js 6 additions, 7 deletions...uable/bulk_update_sidebar/issuable_bulk_update_sidebar.js
- app/assets/javascripts/vue_shared/components/sidebar/epics_select/epics_select_bundle.js 1 addition, 0 deletions...ed/components/sidebar/epics_select/epics_select_bundle.js
- app/assets/javascripts/vue_shared/components/sidebar/health_status_select/health_status_bundle.js 1 addition, 0 deletions...ents/sidebar/health_status_select/health_status_bundle.js
- app/assets/javascripts/vue_shared/components/sidebar/iterations_dropdown_bundle.js 1 addition, 0 deletions...e_shared/components/sidebar/iterations_dropdown_bundle.js
Please register or sign in to comment