You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>?