Closed
Description
When using an opening angle bracket followed by at least one character in a yaml SFC component, failures are not reported anymore. The following reports DONE No lint errors found!
:
<i18n lang="yaml" locale="en">
unused: "<i"
</i18n>
<template>
<div>
{{ $t('missing') }}
</div>
</template>
When changing this the value to "<"
or "i"
, the two expected errors are thrown (error: unused 'unused' key (@intlify/vue-i18n/no-unused-keys)
and error: 'missing' does not exist in 'en' (@intlify/vue-i18n/no-missing-keys)
)
Metadata
Metadata
Assignees
Labels
No labels