chore: Fix tslint config.
This commit is contained in:
		
				
					committed by
					
						
						Fred Carlsen
					
				
			
			
				
	
			
			
			
						parent
						
							ef00ac6f51
						
					
				
				
					commit
					64865bc10f
				
			@@ -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"]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user