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
The new strict rules are very restrictive, requiring numbers to be stringified. This might make sense in UIs, but for things logs this is probably too much.
The new strict rules are very restrictive, requiring numbers to be stringified. This might make sense in UIs, but for things logs this is probably too much.
For example, the following is currently an error:
We could loosen this to allow the following:
For more, see:
https://typescript-eslint.io/rules/restrict-template-expressions/
The text was updated successfully, but these errors were encountered: