Skip to content

Commit

Permalink
Fix merge errors (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Sep 8, 2022
1 parent a298681 commit 4b92c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"eslintr",
"mydirectory",
"pnpm"
]
],
"task.allowAutomaticTasks": "on"
}
2 changes: 1 addition & 1 deletion client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export namespace ESLintClient {
workingDirectory: undefined,
workspaceFolder: undefined,
codeAction: {
disableRuleComment: config.get<CodeActionSettings['disableRuleComment']>('codeAction.disableRuleComment', { enable: true, location: 'separateLine' as const }),
disableRuleComment: config.get<CodeActionSettings['disableRuleComment']>('codeAction.disableRuleComment', { enable: true, location: 'separateLine' as const, commentStyle: 'line' as const }),
showDocumentation: config.get<CodeActionSettings['showDocumentation']>('codeAction.showDocumentation', { enable: true })
}
};
Expand Down

0 comments on commit 4b92c12

Please sign in to comment.