Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gempain committed Dec 4, 2020
1 parent ca2f07a commit 234154d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/env.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import chalk from 'chalk';
import { cidrSubnet } from 'ip';
import {
array, boolean, number, string,
} from 'joi';
import { array, boolean, number, string } from 'joi';
import { tmpdir } from 'os';
import { EnvSpec, parseEnv } from './commons/env/parse-env';
import {
commaSeparatedStringToArray, stringToBoolean, stringToInt,
} from './commons/env/transformers';
import { commaSeparatedStringToArray, stringToBoolean, stringToInt } from './commons/env/transformers';
import { AppError } from './commons/errors/app-error';
import { isUrl } from './commons/validators/is-url';

Expand Down

0 comments on commit 234154d

Please sign in to comment.