Remove unused linter disable comments

This commit is contained in:
Jeroen Engels 2021-10-01 23:53:35 +02:00
parent 5d43f746a1
commit fb6decc343
2 changed files with 0 additions and 2 deletions

View File

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

View File

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