Run prettier
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export enum InternalZeroExError {
|
||||
NoAbiDecoder = 'NO_ABI_DECODER',
|
||||
ZrxNotInTokenRegistry = 'ZRX_NOT_IN_TOKEN_REGISTRY',
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
export const constants = {
|
||||
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
|
||||
TESTRPC_NETWORK_ID: 50,
|
||||
|
@@ -1,9 +1,4 @@
|
||||
|
||||
import {
|
||||
BlockParamLiteral,
|
||||
LogEntryEvent,
|
||||
OrderState,
|
||||
} from '@0xproject/types';
|
||||
import { BlockParamLiteral, LogEntryEvent, OrderState } from '@0xproject/types';
|
||||
|
||||
export enum OrderWatcherError {
|
||||
SubscriptionAlreadyPresent = 'SUBSCRIPTION_ALREADY_PRESENT',
|
||||
|
@@ -3,7 +3,15 @@ import { ContractWrappers } from '@0xproject/contract-wrappers';
|
||||
import { BlockchainLifecycle, callbackErrorReporter } from '@0xproject/dev-utils';
|
||||
import { FillScenarios } from '@0xproject/fill-scenarios';
|
||||
import { getOrderHashHex } from '@0xproject/order-utils';
|
||||
import { DoneCallback, ExchangeContractErrs, OrderState, OrderStateInvalid, OrderStateValid, SignedOrder, Token } from '@0xproject/types';
|
||||
import {
|
||||
DoneCallback,
|
||||
ExchangeContractErrs,
|
||||
OrderState,
|
||||
OrderStateInvalid,
|
||||
OrderStateValid,
|
||||
SignedOrder,
|
||||
Token,
|
||||
} from '@0xproject/types';
|
||||
import { BigNumber } from '@0xproject/utils';
|
||||
import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
||||
import * as chai from 'chai';
|
||||
|
@@ -5,10 +5,7 @@ import 'make-promises-safe';
|
||||
import Web3ProviderEngine = require('web3-provider-engine');
|
||||
|
||||
import { GanacheSubprovider, MnemonicWalletSubprovider } from '../../src/';
|
||||
import {
|
||||
DoneCallback,
|
||||
WalletSubproviderErrors,
|
||||
} from '../../src/types';
|
||||
import { DoneCallback, WalletSubproviderErrors } from '../../src/types';
|
||||
import { chaiSetup } from '../chai_setup';
|
||||
import { fixtureData } from '../utils/fixture_data';
|
||||
import { reportCallbackErrors } from '../utils/report_callback_errors';
|
||||
|
@@ -5,10 +5,7 @@ import 'make-promises-safe';
|
||||
import Web3ProviderEngine = require('web3-provider-engine');
|
||||
|
||||
import { GanacheSubprovider, PrivateKeyWalletSubprovider } from '../../src/';
|
||||
import {
|
||||
DoneCallback,
|
||||
WalletSubproviderErrors,
|
||||
} from '../../src/types';
|
||||
import { DoneCallback, WalletSubproviderErrors } from '../../src/types';
|
||||
import { chaiSetup } from '../chai_setup';
|
||||
import { fixtureData } from '../utils/fixture_data';
|
||||
import { reportCallbackErrors } from '../utils/report_callback_errors';
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
export const intervalUtils = {
|
||||
setAsyncExcludingInterval(
|
||||
fn: () => Promise<void>,
|
||||
|
@@ -22,15 +22,7 @@ import { FlashMessage } from 'ts/components/ui/flash_message';
|
||||
import { GenerateOrderForm } from 'ts/containers/generate_order_form';
|
||||
import { localStorage } from 'ts/local_storage/local_storage';
|
||||
import { Dispatcher } from 'ts/redux/dispatcher';
|
||||
import {
|
||||
BlockchainErrs,
|
||||
HashData,
|
||||
Order,
|
||||
ProviderType,
|
||||
ScreenWidths,
|
||||
TokenByAddress,
|
||||
WebsitePaths,
|
||||
} from 'ts/types';
|
||||
import { BlockchainErrs, HashData, Order, ProviderType, ScreenWidths, TokenByAddress, WebsitePaths } from 'ts/types';
|
||||
import { configs } from 'ts/utils/configs';
|
||||
import { constants } from 'ts/utils/constants';
|
||||
import { orderParser } from 'ts/utils/order_parser';
|
||||
|
Reference in New Issue
Block a user