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