From 42542b53b3d022ed36d00e1547e126896e8b587a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 10:50:43 +0100 Subject: [PATCH] remove unused eslint ignore --- backend/src/webhook/github.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/webhook/github.ts b/backend/src/webhook/github.ts index 69b0ccc73..0ce9fb11d 100644 --- a/backend/src/webhook/github.ts +++ b/backend/src/webhook/github.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line camelcase import { spawn } from 'child_process' import path from 'path' import CONFIG from '../config'