chore: Fix tslint config.

This commit is contained in:
Alex Browne 2018-10-22 16:09:35 -07:00
parent aeff948c9a
commit d959b3e234
No known key found for this signature in database
GPG Key ID: CA6B8D4AFA783512
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1,3 +1,3 @@
{
"extends": ["@0xproject/tslint-config"]
"extends": ["@0x/tslint-config"]
}