1- // flow-typed signature: 6b3e411701babc2e6f6520580da2616a
2- // flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5 /flow_v0.61.0
1+ // flow-typed signature: 9a34abf4a0002985fcc07915460f635b
2+ // flow-typed version: <<STUB>>/@commitlint/cli_v^11.0.0 /flow_v0.143.1
33
44/**
55 * This is an autogenerated libdef stub for:
@@ -22,115 +22,38 @@ declare module '@commitlint/cli' {
2222 * require those files directly. Feel free to delete any files that aren't
2323 * needed.
2424 */
25- declare module '@commitlint/cli/fixtures/empty/commitlint.config ' {
25+ declare module '@commitlint/cli/cli ' {
2626 declare module . exports : any ;
2727}
2828
29- declare module '@commitlint/cli/fixtures/extends-root/extended' {
30- declare module . exports : any ;
31- }
32-
33- declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config' {
34- declare module . exports : any ;
35- }
36-
37- declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' {
38- declare module . exports : any ;
39- }
40-
41- declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
42- declare module . exports : any ;
43- }
44-
45- declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' {
46- declare module . exports : any ;
47- }
48-
49- declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' {
50- declare module . exports : any ;
51- }
52-
53- declare module '@commitlint/cli/fixtures/signoff/commitlint.config' {
54- declare module . exports : any ;
55- }
56-
57- declare module '@commitlint/cli/fixtures/simple/commitlint.config' {
29+ declare module '@commitlint/cli/lib/cli-error' {
5830 declare module . exports : any ;
5931}
6032
6133declare module '@commitlint/cli/lib/cli' {
6234 declare module . exports : any ;
6335}
6436
65- declare module '@commitlint/cli/lib/cli.test' {
66- declare module . exports : any ;
67- }
68-
69- declare module '@commitlint/cli/lib/help' {
70- declare module . exports : any ;
71- }
72-
73- declare module '@commitlint/cli/src/cli' {
74- declare module . exports : any ;
75- }
76-
77- declare module '@commitlint/cli/src/cli.test' {
78- declare module . exports : any ;
79- }
80-
81- declare module '@commitlint/cli/src/help' {
37+ declare module '@commitlint/cli/lib/types' {
8238 declare module . exports : any ;
8339}
8440
8541// Filename aliases
86- declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' {
87- declare module . exports : $Exports < '@commitlint/cli/fixtures/empty/commitlint.config' > ;
88- }
89- declare module '@commitlint/cli/fixtures/extends-root/extended.js' {
90- declare module . exports : $Exports < '@commitlint/cli/fixtures/extends-root/extended' > ;
91- }
92- declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
93- declare module . exports : $Exports < '@commitlint/cli/fixtures/inner-scope/commitlint.config' > ;
94- }
95- declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
96- declare module . exports : $Exports < '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config' > ;
97- }
98- declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
99- declare module . exports : $Exports < '@commitlint/cli/fixtures/outer-scope/commitlint.config' > ;
100- }
101- declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' {
102- declare module . exports : $Exports < '@commitlint/cli/fixtures/parser-preset/commitlint.config' > ;
103- }
104- declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' {
105- declare module . exports : $Exports < '@commitlint/cli/fixtures/parser-preset/parser-preset' > ;
106- }
107- declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' {
108- declare module . exports : $Exports < '@commitlint/cli/fixtures/signoff/commitlint.config' > ;
109- }
110- declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' {
111- declare module . exports : $Exports < '@commitlint/cli/fixtures/simple/commitlint.config' > ;
42+ declare module '@commitlint/cli/cli.js' {
43+ declare module . exports : $Exports < '@commitlint/cli/cli' > ;
11244}
11345declare module '@commitlint/cli/index' {
11446 declare module . exports : $Exports < '@commitlint/cli' > ;
11547}
11648declare module '@commitlint/cli/index.js' {
11749 declare module . exports : $Exports < '@commitlint/cli' > ;
11850}
51+ declare module '@commitlint/cli/lib/cli-error.js' {
52+ declare module . exports : $Exports < '@commitlint/cli/lib/cli-error' > ;
53+ }
11954declare module '@commitlint/cli/lib/cli.js' {
12055 declare module . exports : $Exports < '@commitlint/cli/lib/cli' > ;
12156}
122- declare module '@commitlint/cli/lib/cli.test.js' {
123- declare module . exports : $Exports < '@commitlint/cli/lib/cli.test' > ;
124- }
125- declare module '@commitlint/cli/lib/help.js' {
126- declare module . exports : $Exports < '@commitlint/cli/lib/help' > ;
127- }
128- declare module '@commitlint/cli/src/cli.js' {
129- declare module . exports : $Exports < '@commitlint/cli/src/cli' > ;
130- }
131- declare module '@commitlint/cli/src/cli.test.js' {
132- declare module . exports : $Exports < '@commitlint/cli/src/cli.test' > ;
133- }
134- declare module '@commitlint/cli/src/help.js' {
135- declare module . exports : $Exports < '@commitlint/cli/src/help' > ;
57+ declare module '@commitlint/cli/lib/types.js' {
58+ declare module . exports : $Exports < '@commitlint/cli/lib/types' > ;
13659}
0 commit comments