misc: Lint fixes

Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-01-23 19:26:01 +00:00
parent 02736113a3
commit ecffa12e41
No known key found for this signature in database
GPG Key ID: 49690ED87032539F
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import * as Bluebird from 'bluebird';
import { fs } from 'mz';
import * as _ from 'lodash';
import { fs } from 'mz';
import * as constants from '../lib/constants';
import Docker from '../lib/docker-utils';

View File

@ -17,9 +17,9 @@ import {
} from './types/service';
import * as ComposeUtils from './utils';
import * as constants from '../lib/constants';
import * as updateLock from '../lib/update-lock';
import { sanitiseComposeConfig } from './sanitise';
import * as constants from '../lib/constants';
export class Service {
public appId: number | null;

View File

@ -7,10 +7,10 @@ import Docker from './lib/docker-utils';
import { LogType } from './lib/log-types';
import { writeLock } from './lib/update-lock';
import {
BalenaLogBackend,
LocalLogBackend,
LogBackend,
LogMessage,
BalenaLogBackend,
} from './logging-backends';
interface LoggerSetupOptions {