Skip to content

Commit 0745776

Browse files
committed
fix lint issues
Signed-off-by: zFernand0 <[email protected]>
1 parent 64d121c commit 0745776

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

packages/cli/__tests__/__src__/ITestPropertiesSchema.ts

+26-26
Original file line numberDiff line numberDiff line change
@@ -15,57 +15,57 @@
1515
*/
1616
export interface ITestPropertiesSchema {
1717

18-
/**
18+
/**
1919
* Properties related to connecting to CICS service
2020
*/
21-
cics: {
22-
/**
21+
cics: {
22+
/**
2323
* user ID to connect to CMCI
2424
*/
25-
user: string,
26-
/**
25+
user: string,
26+
/**
2727
* Password to connect to CMCI
2828
*/
29-
password: string,
30-
/**
29+
password: string,
30+
/**
3131
* host name for CMCI
3232
*/
33-
host: string,
34-
/**
33+
host: string,
34+
/**
3535
* Port for CMCI
3636
*/
37-
port?: number,
37+
port?: number,
3838

39-
/**
39+
/**
4040
* http or https protocol for CMCI
4141
*/
42-
protocol?: string;
42+
protocol?: string;
4343

44-
/**
44+
/**
4545
* http or https protocol for CMCI
4646
*/
47-
rejectUnauthorized?: boolean;
48-
};
47+
rejectUnauthorized?: boolean;
48+
};
4949

50-
/**
50+
/**
5151
* Properties related to connecting to CMCI
5252
*/
53-
cmci: {
54-
/**
53+
cmci: {
54+
/**
5555
* CSD group to define resources to
5656
*/
57-
csdGroup?: string;
57+
csdGroup?: string;
5858

59-
/**
59+
/**
6060
* Name of the CICS region e.g. "CICSCMCI"
6161
*/
62-
regionName?: string;
63-
};
62+
regionName?: string;
63+
};
6464

65-
urimap: {
66-
/**
65+
urimap: {
66+
/**
6767
* Name of the certificate to use for CICS Client Testing
6868
*/
69-
certificate?: string;
70-
};
69+
certificate?: string;
70+
};
7171
}

0 commit comments

Comments
 (0)