Fix linter issuesx
This commit is contained in:
parent
28abcef1ca
commit
83ae7ba08d
@ -40,7 +40,7 @@ export const postpublishUtils = {
|
|||||||
assets: _.get(postpublishConfig, 'assets', []),
|
assets: _.get(postpublishConfig, 'assets', []),
|
||||||
docPublishConfigs: {
|
docPublishConfigs: {
|
||||||
fileIncludes: [
|
fileIncludes: [
|
||||||
...(tsConfigJSON as any).include,
|
...tsConfigJSON.include,
|
||||||
..._.get(postpublishConfig, 'docPublishConfigs.extraFileIncludes', []),
|
..._.get(postpublishConfig, 'docPublishConfigs.extraFileIncludes', []),
|
||||||
],
|
],
|
||||||
s3BucketPath: _.get(postpublishConfig, 'docPublishConfigs.s3BucketPath'),
|
s3BucketPath: _.get(postpublishConfig, 'docPublishConfigs.s3BucketPath'),
|
||||||
|
1
packages/subproviders/src/globals.d.ts
vendored
1
packages/subproviders/src/globals.d.ts
vendored
@ -144,5 +144,6 @@ declare module 'ganache-core' {
|
|||||||
networkId: number;
|
networkId: number;
|
||||||
mnemonic: string;
|
mnemonic: string;
|
||||||
}
|
}
|
||||||
|
// tslint:disable-next-line:completed-docs
|
||||||
export function provider(opts: GanacheOpts): Web3.Provider;
|
export function provider(opts: GanacheOpts): Web3.Provider;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user