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
At least in typescript-eslint we try to use different messages for suggestions. Suggestion messages are typically action-oriented, whereas parent report messages are statements of fact.
What do you think about a lint rule helping devs know to use a different message between the two?
The text was updated successfully, but these errors were encountered:
Code like this happens once in a while from contributors unfamiliar with ESLint rule suggestions:
At least in typescript-eslint we try to use different messages for suggestions. Suggestion messages are typically action-oriented, whereas parent report messages are statements of fact.
What do you think about a lint rule helping devs know to use a different message between the two?
The text was updated successfully, but these errors were encountered: