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
Creating a rule for eslint.codeAction.disableRuleComment will autocomplete with location: 'newLine' and a warning that newLine is not a valid location.
Expected Behavior
It should autocomplete with location: 'separateLine'
The text was updated successfully, but these errors were encountered:
Current Behavior
Creating a rule for
eslint.codeAction.disableRuleComment
will autocomplete withlocation: 'newLine'
and a warning thatnewLine
is not a valid location.Expected Behavior
It should autocomplete with
location: 'separateLine'
The text was updated successfully, but these errors were encountered: