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