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