Fix linter issuesx
This commit is contained in:
parent
28abcef1ca
commit
83ae7ba08d
@ -40,7 +40,7 @@ export const postpublishUtils = {
|
||||
assets: _.get(postpublishConfig, 'assets', []),
|
||||
docPublishConfigs: {
|
||||
fileIncludes: [
|
||||
...(tsConfigJSON as any).include,
|
||||
...tsConfigJSON.include,
|
||||
..._.get(postpublishConfig, 'docPublishConfigs.extraFileIncludes', []),
|
||||
],
|
||||
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;
|
||||
mnemonic: string;
|
||||
}
|
||||
// tslint:disable-next-line:completed-docs
|
||||
export function provider(opts: GanacheOpts): Web3.Provider;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user