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 234154d commit a86a341
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/env.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
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 a86a341

Please sign in to comment.