|
| 1 | +// flow-typed signature: 6683e317b86cbc6e4f7ba2ed155c1f4e |
| 2 | +// flow-typed version: <<STUB>>/@commitlint/cli_v^6.0.2/flow_v0.74.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@commitlint/cli' |
| 8 | + * |
| 9 | + * Fill this stub out by replacing all the `any` types. |
| 10 | + * |
| 11 | + * Once filled out, we encourage you to share your work with the |
| 12 | + * community by sending a pull request to: |
| 13 | + * https://github.com/flowtype/flow-typed |
| 14 | + */ |
| 15 | + |
| 16 | +declare module '@commitlint/cli' { |
| 17 | + declare module.exports: any; |
| 18 | +} |
| 19 | + |
| 20 | +/** |
| 21 | + * We include stubs for each file inside this npm package in case you need to |
| 22 | + * require those files directly. Feel free to delete any files that aren't |
| 23 | + * needed. |
| 24 | + */ |
| 25 | +declare module '@commitlint/cli/fixtures/empty/commitlint.config' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 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/issue-prefixes/commitlint.config' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +declare module '@commitlint/cli/fixtures/parser-preset/parser-preset' { |
| 54 | + declare module.exports: any; |
| 55 | +} |
| 56 | + |
| 57 | +declare module '@commitlint/cli/fixtures/signoff/commitlint.config' { |
| 58 | + declare module.exports: any; |
| 59 | +} |
| 60 | + |
| 61 | +declare module '@commitlint/cli/fixtures/simple/commitlint.config' { |
| 62 | + declare module.exports: any; |
| 63 | +} |
| 64 | + |
| 65 | +declare module '@commitlint/cli/lib/cli' { |
| 66 | + declare module.exports: any; |
| 67 | +} |
| 68 | + |
| 69 | +declare module '@commitlint/cli/lib/cli.test' { |
| 70 | + declare module.exports: any; |
| 71 | +} |
| 72 | + |
| 73 | +declare module '@commitlint/cli/lib/help' { |
| 74 | + declare module.exports: any; |
| 75 | +} |
| 76 | + |
| 77 | +declare module '@commitlint/cli/src/cli' { |
| 78 | + declare module.exports: any; |
| 79 | +} |
| 80 | + |
| 81 | +declare module '@commitlint/cli/src/cli.test' { |
| 82 | + declare module.exports: any; |
| 83 | +} |
| 84 | + |
| 85 | +declare module '@commitlint/cli/src/help' { |
| 86 | + declare module.exports: any; |
| 87 | +} |
| 88 | + |
| 89 | +// Filename aliases |
| 90 | +declare module '@commitlint/cli/fixtures/empty/commitlint.config.js' { |
| 91 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/empty/commitlint.config'>; |
| 92 | +} |
| 93 | +declare module '@commitlint/cli/fixtures/extends-root/extended.js' { |
| 94 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/extends-root/extended'>; |
| 95 | +} |
| 96 | +declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' { |
| 97 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/commitlint.config'>; |
| 98 | +} |
| 99 | +declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' { |
| 100 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>; |
| 101 | +} |
| 102 | +declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config.js' { |
| 103 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/issue-prefixes/commitlint.config'>; |
| 104 | +} |
| 105 | +declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' { |
| 106 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>; |
| 107 | +} |
| 108 | +declare module '@commitlint/cli/fixtures/parser-preset/commitlint.config.js' { |
| 109 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/commitlint.config'>; |
| 110 | +} |
| 111 | +declare module '@commitlint/cli/fixtures/parser-preset/parser-preset.js' { |
| 112 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/parser-preset/parser-preset'>; |
| 113 | +} |
| 114 | +declare module '@commitlint/cli/fixtures/signoff/commitlint.config.js' { |
| 115 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/signoff/commitlint.config'>; |
| 116 | +} |
| 117 | +declare module '@commitlint/cli/fixtures/simple/commitlint.config.js' { |
| 118 | + declare module.exports: $Exports<'@commitlint/cli/fixtures/simple/commitlint.config'>; |
| 119 | +} |
| 120 | +declare module '@commitlint/cli/index' { |
| 121 | + declare module.exports: $Exports<'@commitlint/cli'>; |
| 122 | +} |
| 123 | +declare module '@commitlint/cli/index.js' { |
| 124 | + declare module.exports: $Exports<'@commitlint/cli'>; |
| 125 | +} |
| 126 | +declare module '@commitlint/cli/lib/cli.js' { |
| 127 | + declare module.exports: $Exports<'@commitlint/cli/lib/cli'>; |
| 128 | +} |
| 129 | +declare module '@commitlint/cli/lib/cli.test.js' { |
| 130 | + declare module.exports: $Exports<'@commitlint/cli/lib/cli.test'>; |
| 131 | +} |
| 132 | +declare module '@commitlint/cli/lib/help.js' { |
| 133 | + declare module.exports: $Exports<'@commitlint/cli/lib/help'>; |
| 134 | +} |
| 135 | +declare module '@commitlint/cli/src/cli.js' { |
| 136 | + declare module.exports: $Exports<'@commitlint/cli/src/cli'>; |
| 137 | +} |
| 138 | +declare module '@commitlint/cli/src/cli.test.js' { |
| 139 | + declare module.exports: $Exports<'@commitlint/cli/src/cli.test'>; |
| 140 | +} |
| 141 | +declare module '@commitlint/cli/src/help.js' { |
| 142 | + declare module.exports: $Exports<'@commitlint/cli/src/help'>; |
| 143 | +} |
0 commit comments