From d959b3e23402840661f45a2b5ecd5ca64dcdabf3 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 22 Oct 2018 16:09:35 -0700 Subject: chore: Fix tslint config. --- packages/pipeline/src/merge_v2_events.ts | 2 +- packages/pipeline/tslint.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pipeline/src/merge_v2_events.ts b/packages/pipeline/src/merge_v2_events.ts index 71d5e1806..24439423f 100644 --- a/packages/pipeline/src/merge_v2_events.ts +++ b/packages/pipeline/src/merge_v2_events.ts @@ -3,9 +3,9 @@ import 'reflect-metadata'; import { Connection, createConnection } from 'typeorm'; import { ExchangeEventsSource } from './data_sources/contract-wrappers/exchange_events'; +import { ExchangeFillEvent } from './entities/ExchangeFillEvent'; import { deployConfig } from './ormconfig'; import { parseExchangeEvents } from './parsers/events'; -import { ExchangeFillEvent } from './entities/ExchangeFillEvent'; let connection: Connection; diff --git a/packages/pipeline/tslint.json b/packages/pipeline/tslint.json index ffaefe83a..dd9053357 100644 --- a/packages/pipeline/tslint.json +++ b/packages/pipeline/tslint.json @@ -1,3 +1,3 @@ { - "extends": ["@0xproject/tslint-config"] + "extends": ["@0x/tslint-config"] } -- cgit v1.2.3