mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
Remove unused linter disable comments
This commit is contained in:
parent
5d43f746a1
commit
fb6decc343
@ -1,4 +1,3 @@
|
|||||||
// tslint:disable-next-line no-require-imports no-var-requires
|
|
||||||
import program from 'commander';
|
import program from 'commander';
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
import { run } from './run';
|
import { run } from './run';
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// tslint:disable-next-line no-require-imports no-var-requires
|
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as Transform from './transform';
|
import * as Transform from './transform';
|
||||||
import { toolDefaults } from './types';
|
import { toolDefaults } from './types';
|
||||||
|
Loading…
Reference in New Issue
Block a user