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'd expect my error to drop to warn and then eslint.quiet would make sure my editor doesn't highlight the issue anymore.
As it stands, i can't focus a test while doing dev work without having all the UI squiggles under the code. Since customizations is supposed to override a rule for the editor, and I'm overriding to warn, I would expect eslint.quiet to make it hidden given that the description says ignore warnings..
Is this working as intended or a bug that I have found?
The text was updated successfully, but these errors were encountered:
I have the following settings:
I'd expect my
error
to drop towarn
and theneslint.quiet
would make sure my editor doesn't highlight the issue anymore.As it stands, i can't focus a test while doing dev work without having all the UI squiggles under the code. Since
customizations
is supposed to override a rule for the editor, and I'm overriding towarn
, I would expecteslint.quiet
to make it hidden given that the description saysignore warnings.
.Is this working as intended or a bug that I have found?
The text was updated successfully, but these errors were encountered: