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
I think that the 0.7.0 version mostly did a better job. Here are some examples:
const url = `${path}${queryParameters}`, obviously there is nothing to translate here
userId: `${user.id}`, arguably should just be refactored to user.id, but still there is nothing to translate here
<h3>Some actual text</h3>, an improvement, since 0.7.0 missed this
`${i18n.date(start, { timeStyle: "short" })}${binding}${i18n.date(end, { timeStyle: "short" })}`, a bit more complex, but still, nothing to translate here
Do you have suggestions on how to achieve expected ignores for 1/2/4?
The text was updated successfully, but these errors were encountered:
Under some circumstances, the config specified here: https://github.com/lingui/eslint-plugin/blob/00bfc7cc5a14db44d8bdf87c17f109ad03a11c69/docs/rules/no-unlocalized-strings.md leads to lint failures where 0.7.0 defaults lead to success.
I think that the 0.7.0 version mostly did a better job. Here are some examples:
Do you have suggestions on how to achieve expected ignores for 1/2/4?
The text was updated successfully, but these errors were encountered: