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
Currently, we have a few ESLint rules configured to produce errors. Such as no-undefined rule.
However, when we display the error overlay, we also show warnings in it. This is confusing because people don’t realize only errors need to be fixed to proceed.
We should fix it so that if the output contains any ESLint errors, we should omit any mention of warnings.
The text was updated successfully, but these errors were encountered:
Currently, we have a few ESLint rules configured to produce errors. Such as
no-undefined
rule.However, when we display the error overlay, we also show warnings in it. This is confusing because people don’t realize only errors need to be fixed to proceed.
We should fix it so that if the output contains any ESLint errors, we should omit any mention of warnings.
The text was updated successfully, but these errors were encountered: