Rebase and re-apply prettier

This commit is contained in:
Alex Browne
2019-01-10 17:44:35 -08:00
parent 89e398fa39
commit a091b2c19d
4 changed files with 13 additions and 9 deletions

View File

@@ -178,6 +178,7 @@ set the`ZEROEX_DATA_PIPELINE_DB_URL` environment variable to a valid
floating point numbers.
- [TypeORM documentation](http://typeorm.io/#/) is pretty robust and can be a
helpful resource.
* Scripts/parsers should perform minimum data transformation/normalization.
The idea here is to have a raw data feed that will be cleaned up and
synthesized in a separate step.

View File

@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
};
const mapStateToProps = getMapStateToProps(docsInfoConfig);
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
DocPageComponent,
);
export const Documentation: React.ComponentClass<DocPageProps> = connect(
mapStateToProps,
mapDispatchToProps,
)(DocPageComponent);

View File

@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
};
const mapStateToProps = getMapStateToProps(docsInfoConfig);
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
DocPageComponent,
);
export const Documentation: React.ComponentClass<DocPageProps> = connect(
mapStateToProps,
mapDispatchToProps,
)(DocPageComponent);

View File

@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
};
const mapStateToProps = getMapStateToProps(docsInfoConfig);
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
DocPageComponent,
);
export const Documentation: React.ComponentClass<DocPageProps> = connect(
mapStateToProps,
mapDispatchToProps,
)(DocPageComponent);