10000 Omit HTML entities from `vue/no-bare-strings-in-template` · Issue #2730 · vuejs/eslint-plugin-vue · GitHub
[go: up one dir, main page]

Skip to content
Omit HTML entities from vue/no-bare-strings-in-template #2730
Closed
@mrleblanc101

Description

@mrleblanc101

What rule do you want to change?
vue/no-bare-strings-in-template

Does this change cause the rule to produce more or fewer warnings?
Fewer

How will the change be implemented? (New option, new default behavior, etc.)?
New value for default option

Please provide some example code that this change will affect:

<span v-if="$slots.default" class="text-sm">
    <slot /><span class="ml-2 whitespace-nowrap"
        >&zwj;<UHelpTooltip v-if="help" :content="help" class="align-middle"
    /></span>
</span>

What does the rule currently do for this 524F code?

Unexpected non-translated string used.

What will the rule do after it's changed?
No error reported

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0