Fix prettier issues
This commit is contained in:
parent
8cb6d99f17
commit
ece76e5874
@ -18,8 +18,7 @@ import { getContractAddressesForNetworkOrThrow } from '@0x/contract-addresses';
|
||||
or
|
||||
|
||||
```javascript
|
||||
var getContractAddressesForNetworkOrThrow = require('@0x/contract-addresses')
|
||||
.getContractAddressesForNetworkOrThrow;
|
||||
var getContractAddressesForNetworkOrThrow = require('@0x/contract-addresses').getContractAddressesForNetworkOrThrow;
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
@ -1,11 +1,5 @@
|
||||
import { AnchorTitle, colors, HeaderSizes, Styles } from '@0x/react-shared';
|
||||
import {
|
||||
Parameter,
|
||||
SolidityMethod,
|
||||
TypeDefinitionByName,
|
||||
TypescriptFunction,
|
||||
TypescriptMethod,
|
||||
} from '@0x/types';
|
||||
import { Parameter, SolidityMethod, TypeDefinitionByName, TypescriptFunction, TypescriptMethod } from '@0x/types';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
|
||||
|
@ -48,14 +48,7 @@ export {
|
||||
LedgerGetAddressResult,
|
||||
} from './types';
|
||||
|
||||
export {
|
||||
ECSignature,
|
||||
EIP712Object,
|
||||
EIP712ObjectValue,
|
||||
EIP712TypedData,
|
||||
EIP712Types,
|
||||
EIP712Parameter,
|
||||
} from '@0x/types';
|
||||
export { ECSignature, EIP712Object, EIP712ObjectValue, EIP712TypedData, EIP712Types, EIP712Parameter } from '@0x/types';
|
||||
|
||||
export {
|
||||
JSONRPCRequestPayload,
|
||||
|
Loading…
x
Reference in New Issue
Block a user