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
usually I would solve it with ignoreAttribute, but I have a lot of these custom properties. what I would like is to ignore by regex like data-custom-property-.*, or a similar syntax.
How can I achieve this?
The text was updated successfully, but these errors were encountered:
I'm using lingui/no-unlocalized-strings and it's showing warnings about attributes that shouldn't be localized, for example:
usually I would solve it with
ignoreAttribute
, but I have a lot of these custom properties. what I would like is to ignore by regex likedata-custom-property-.*
, or a similar syntax.How can I achieve this?
The text was updated successfully, but these errors were encountered: