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