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:
Ladislau Szomoru
2025-11-13 15:35:01 +00:00
committed by GitHub
parent 8603e1dd3a
commit 2b52b93770
17 changed files with 67 additions and 55 deletions

View File

@@ -6,7 +6,7 @@
import * as fs from 'fs';
import { IPCClient } from './ipc/ipcClient';
function fatal(err: any): void {
function fatal(err: unknown): void {
console.error('Missing or invalid credentials.');
console.error(err);
process.exit(1);