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
Unfortunately I can't link any repo since the concerned project is private for a client. But I managed to solve the issue by moving the string 'edit_note' in "allowlist" array. It was penultimate, and putting it behind 'visibility' solved it... Can't explain why.
Interesting. edit_note probably has to be before edit in the allowlist. That sounds like a bug though that should be possible to fix without a reproduction.
Hello,
My .eslintrc.cjs config file explicitly set an "allowlist" for the rule "vue/no-bare-strings-in-template". Those are Google Icons.
For some reasons it's working for most of them, but "edit_note" trigger an error even tho I add it to the allowlist as you can see below.
When I run
yarn lint --fix
i'm getting:As a workaround I did
{{ 'edit_note' }}
but looks weired.What could cause this error ? Is it a bug or a mistake in my usage ?
Thanks
The text was updated successfully, but these errors were encountered: