From dcc8fe6b9e480d5460f5319a232447c44582795c Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 14 Aug 2024 17:31:49 +0200 Subject: [PATCH] Trigger PR builds --- server/src/eslintServer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/eslintServer.ts b/server/src/eslintServer.ts index 2f2719ef..d3348808 100644 --- a/server/src/eslintServer.ts +++ b/server/src/eslintServer.ts @@ -2,7 +2,6 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------ */ - import * as path from 'path'; import { EOL } from 'os';