mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Git - enable ESLint rule for git extensions (#277156)
* Initial commit with all exceptions * First pass of fixing * Add ignored files explicitly
This commit is contained in:
@@ -200,7 +200,7 @@ export const Operation = {
|
||||
|
||||
export interface OperationResult {
|
||||
operation: Operation;
|
||||
error: any;
|
||||
error: unknown;
|
||||
}
|
||||
|
||||
interface IOperationManager {
|
||||
|
||||
Reference in New Issue
Block a user