chore: Fix tslint config.
This commit is contained in:
parent
aeff948c9a
commit
d959b3e234
@ -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;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"extends": ["@0xproject/tslint-config"]
|
||||
"extends": ["@0x/tslint-config"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user