Skip to content

Vue files: False positive component definition

Lint error thrown on the component name property in the component definition for:

export default {
  name: 'Badge', // Should not have non i18n stringseslint(@gitlab/i18n/no-non-i18n-strings)
  components: {
    Icon,
    GlLoadingIcon,
  },
}
Edited by Ezekiel Kigbo