Closed
Description
In French, double punctuation marks (;, :, ! and ?) take a non-breakable space before them. Writing in French inside <template>
returns the no-irregular-whitespace
error.
Test for yourself:
<template>
<div>
Bonjour !
</div>
</template>
Is it a usecase eslint-plugin-vue
can handle? Allowing whitespaces inside <template>
?
Or, how am I supposed to deal with that?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels