From fb6decc343f8eca48103a01c8f2e577f0e29bd15 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Fri, 1 Oct 2021 23:53:35 +0200 Subject: [PATCH] Remove unused linter disable comments --- src/bin.ts | 1 - src/run.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bin.ts b/src/bin.ts index 664a305..95162d1 100644 --- a/src/bin.ts +++ b/src/bin.ts @@ -1,4 +1,3 @@ -// tslint:disable-next-line no-require-imports no-var-requires import program from 'commander'; import chalk from 'chalk'; import { run } from './run'; diff --git a/src/run.ts b/src/run.ts index f80604a..963e395 100644 --- a/src/run.ts +++ b/src/run.ts @@ -1,4 +1,3 @@ -// tslint:disable-next-line no-require-imports no-var-requires import * as path from 'path'; import * as Transform from './transform'; import { toolDefaults } from './types';