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';