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
However, I realized that that broke the ability to apply auto fixes within VS Code for my eslint-plugin-header rules.
It appears that this is because eslint-plugin-header's meta doesn't specify a docs.url, and vscode-eslint only stores rule information for rules that have docs.url:
While looking into #1938, I added
fixTypes
to my VS Code settings.json:However, I realized that that broke the ability to apply auto fixes within VS Code for my eslint-plugin-header rules.
It appears that this is because eslint-plugin-header's
meta
doesn't specify adocs.url
, and vscode-eslint only stores rule information for rules that havedocs.url
:https://github.com/microsoft/vscode-eslint/blob/release/3.0.10/server/src/eslint.ts#L162
Is this behavior necessary / correct?
The text was updated successfully, but these errors were encountered: