|
132 | 132 | "cz-gitmoji-adapter": {
|
133 | 133 | "scopes": [
|
134 | 134 | ".depcheckrc.json",
|
135 |
| - ".eslintrc.json", |
136 | 135 | ".eslintignore",
|
| 136 | + ".eslintrc.json", |
137 | 137 | ".gitignore",
|
138 |
| - ".prettierrc.json", |
139 | 138 | ".prettierignore",
|
| 139 | + ".prettierrc.json", |
140 | 140 | "license",
|
141 | 141 | "readme-api.md",
|
142 | 142 | "readme.md",
|
143 | 143 | "commit-template.hbs",
|
144 | 144 | "commitlint.config.ts",
|
| 145 | + "default-template.hbs", |
145 | 146 | "emojitypescommitmessages.txt",
|
146 | 147 | "jest.config.json",
|
147 |
| - "default-template.hbs", |
148 |
| - "package.json", |
149 | 148 | "package-lock.json",
|
| 149 | + "package.json", |
150 | 150 | "release.config.ts",
|
151 | 151 | "renovate.json",
|
152 | 152 | "tsconfig.json",
|
153 | 153 | "typedoc.json",
|
154 | 154 | ".vscode/settings.json",
|
155 | 155 | "public/.gitkeep",
|
| 156 | + "repo_management_files/cz-emoji-type-extract.js", |
156 | 157 | "repo_management_files/cz-type-extract.js",
|
157 | 158 | "repo_management_files/directorystructuredocument.md",
|
158 |
| - "repo_management_files/cz-emoji-type-extract.js", |
159 | 159 | "repo_management_files/extractfilescopes.js",
|
160 | 160 | "repo_management_files/genericcommitmessages.md",
|
161 | 161 | "repo_management_files/gitmojisemver-extract.js",
|
162 | 162 | "repo_management_files/issues.sh",
|
163 | 163 | "repo_management_files/labels.sh",
|
164 | 164 | "repo_management_files/packagejsondocument.md",
|
| 165 | + ".github/dependabot.yml", |
| 166 | + ".github/workflows/build.yml", |
| 167 | + ".github/workflows/docs.yml", |
| 168 | + ".github/workflows/lint.yml", |
| 169 | + ".github/workflows/pr.yml", |
| 170 | + ".github/workflows/release.yml", |
| 171 | + ".github/workflows/test.yml", |
165 | 172 | ".husky/commit-msg",
|
166 | 173 | ".husky/prepare-commit-msg",
|
167 | 174 | ".husky/_/.gitignore",
|
168 | 175 | ".husky/_/applypatch-msg",
|
169 |
| - ".husky/_/h", |
170 | 176 | ".husky/_/commit-msg",
|
| 177 | + ".husky/_/h", |
171 | 178 | ".husky/_/post-applypatch",
|
| 179 | + ".husky/_/post-checkout", |
172 | 180 | ".husky/_/post-commit",
|
173 | 181 | ".husky/_/post-merge",
|
174 | 182 | ".husky/_/post-rewrite",
|
175 | 183 | ".husky/_/pre-applypatch",
|
176 | 184 | ".husky/_/pre-auto-gc",
|
| 185 | + ".husky/_/pre-commit", |
177 | 186 | ".husky/_/pre-push",
|
178 | 187 | ".husky/_/pre-rebase",
|
179 | 188 | ".husky/_/prepare-commit-msg",
|
180 |
| - ".husky/_/post-checkout", |
181 |
| - ".husky/_/pre-commit", |
182 |
| - ".github/dependabot.yml", |
183 |
| - ".github/workflows/docs.yml", |
184 |
| - ".github/workflows/lint.yml", |
185 |
| - ".github/workflows/pr.yml", |
186 |
| - ".github/workflows/release.yml", |
187 |
| - ".github/workflows/test.yml", |
188 |
| - ".github/workflows/build.yml", |
| 189 | + "src/app.ts", |
| 190 | + "src/bin/.gitkeep", |
| 191 | + "src/controllers/.gitkeep", |
| 192 | + "src/plugins/.gitkeep", |
| 193 | + "src/middleware/.gitkeep", |
| 194 | + "src/configs/.gitkeep", |
| 195 | + "src/models/.gitkeep", |
| 196 | + "src/views/.gitkeep", |
| 197 | + "src/utils/.gitkeep", |
| 198 | + "src/routes/.gitkeep", |
189 | 199 | "test/.gitkeep",
|
190 | 200 | "test/app.test.ts",
|
191 | 201 | "test/bin/.gitkeep",
|
192 |
| - "test/configs/.gitkeep", |
| 202 | + "test/controllers/.gitkeep", |
193 | 203 | "test/middleware/.gitkeep",
|
| 204 | + "test/models/.gitkeep", |
194 | 205 | "test/plugins/.gitkeep",
|
195 | 206 | "test/routes/.gitkeep",
|
196 |
| - "test/utils/.gitkeep", |
197 |
| - "test/models/.gitkeep", |
| 207 | + "test/configs/.gitkeep", |
198 | 208 | "test/views/.gitkeep",
|
199 |
| - "test/controllers/.gitkeep", |
200 |
| - "src/app.ts", |
201 |
| - "src/configs/.gitkeep", |
202 |
| - "src/bin/.gitkeep", |
203 |
| - "src/controllers/.gitkeep", |
204 |
| - "src/models/.gitkeep", |
205 |
| - "src/middleware/.gitkeep", |
206 |
| - "src/routes/.gitkeep", |
207 |
| - "src/utils/.gitkeep", |
208 |
| - "src/views/.gitkeep", |
209 |
| - "src/plugins/.gitkeep" |
| 209 | + "test/utils/.gitkeep" |
210 | 210 | ],
|
211 | 211 | "questions": {
|
212 | 212 | "scope": "Specify a scope: "
|
|
0 commit comments