|
131 | 131 | "cz-gitmoji-adapter": { |
132 | 132 | "scopes": [ |
133 | 133 | ".depcheckrc.json", |
134 | | - ".eslintignore", |
135 | 134 | ".eslintrc.json", |
| 135 | + ".eslintignore", |
136 | 136 | ".gitignore", |
137 | 137 | ".prettierignore", |
138 | 138 | ".prettierrc.json", |
|
151 | 151 | "typedoc.json", |
152 | 152 | ".vscode/settings.json", |
153 | 153 | "public/.gitkeep", |
154 | | - "repo_management_files/cz-emoji-type-extract.js", |
155 | 154 | "repo_management_files/cz-type-extract.js", |
156 | 155 | "repo_management_files/directorystructuredocument.md", |
| 156 | + "repo_management_files/genericcommitmessages.md", |
157 | 157 | "repo_management_files/extractfilescopes.js", |
158 | 158 | "repo_management_files/gitmojisemver-extract.js", |
159 | | - "repo_management_files/genericcommitmessages.md", |
160 | | - "repo_management_files/issues.sh", |
161 | 159 | "repo_management_files/labels.sh", |
162 | 160 | "repo_management_files/packagejsondocument.md", |
163 | | - ".github/dependabot.yml", |
164 | | - ".github/workflows/build.yml", |
165 | | - ".github/workflows/docs.yml", |
166 | | - ".github/workflows/lint.yml", |
167 | | - ".github/workflows/pr.yml", |
168 | | - ".github/workflows/test.yml", |
169 | | - ".github/workflows/release.yml", |
| 161 | + "repo_management_files/cz-emoji-type-extract.js", |
| 162 | + "repo_management_files/issues.sh", |
170 | 163 | ".husky/commit-msg", |
171 | 164 | ".husky/prepare-commit-msg", |
172 | 165 | ".husky/_/.gitignore", |
173 | | - ".husky/_/applypatch-msg", |
174 | 166 | ".husky/_/commit-msg", |
175 | 167 | ".husky/_/h", |
| 168 | + ".husky/_/applypatch-msg", |
176 | 169 | ".husky/_/post-applypatch", |
177 | | - ".husky/_/post-commit", |
178 | 170 | ".husky/_/post-checkout", |
179 | 171 | ".husky/_/post-merge", |
| 172 | + ".husky/_/post-commit", |
180 | 173 | ".husky/_/post-rewrite", |
181 | 174 | ".husky/_/pre-applypatch", |
182 | | - ".husky/_/pre-auto-gc", |
| 175 | + ".husky/_/pre-commit", |
183 | 176 | ".husky/_/pre-push", |
184 | | - ".husky/_/prepare-commit-msg", |
185 | 177 | ".husky/_/pre-rebase", |
186 | | - ".husky/_/pre-commit", |
187 | | - "src/app.ts", |
188 | | - "src/bin/.gitkeep", |
189 | | - "src/configs/.gitkeep", |
190 | | - "src/controllers/.gitkeep", |
191 | | - "src/middleware/.gitkeep", |
192 | | - "src/models/.gitkeep", |
193 | | - "src/utils/.gitkeep", |
194 | | - "src/routes/.gitkeep", |
195 | | - "src/views/.gitkeep", |
196 | | - "src/plugins/.gitkeep", |
| 178 | + ".husky/_/pre-auto-gc", |
| 179 | + ".husky/_/prepare-commit-msg", |
| 180 | + ".github/dependabot.yml", |
| 181 | + ".github/workflows/build.yml", |
| 182 | + ".github/workflows/docs.yml", |
| 183 | + ".github/workflows/lint.yml", |
| 184 | + ".github/workflows/pr.yml", |
| 185 | + ".github/workflows/release.yml", |
| 186 | + ".github/workflows/test.yml", |
197 | 187 | "test/.gitkeep", |
198 | | - "test/bin/.gitkeep", |
199 | 188 | "test/configs/.gitkeep", |
| 189 | + "test/models/.gitkeep", |
200 | 190 | "test/controllers/.gitkeep", |
| 191 | + "test/bin/.gitkeep", |
201 | 192 | "test/middleware/.gitkeep", |
202 | | - "test/models/.gitkeep", |
203 | | - "test/routes/.gitkeep", |
| 193 | + "test/plugins/.gitkeep", |
204 | 194 | "test/utils/.gitkeep", |
205 | 195 | "test/views/.gitkeep", |
206 | | - "test/plugins/.gitkeep" |
| 196 | + "test/routes/.gitkeep", |
| 197 | + "src/app.ts", |
| 198 | + "src/configs/.gitkeep", |
| 199 | + "src/controllers/.gitkeep", |
| 200 | + "src/middleware/.gitkeep", |
| 201 | + "src/routes/.gitkeep", |
| 202 | + "src/plugins/.gitkeep", |
| 203 | + "src/utils/.gitkeep", |
| 204 | + "src/bin/.gitkeep", |
| 205 | + "src/views/.gitkeep", |
| 206 | + "src/models/.gitkeep" |
207 | 207 | ], |
208 | 208 | "questions": { |
209 | 209 | "scope": "Specify a scope: " |
|
237 | 237 | "eslint-config-prettier": "9.1.0", |
238 | 238 | "eslint-plugin-import": "2.29.1", |
239 | 239 | "eslint-plugin-jest": "28.6.0", |
240 | | - "eslint-plugin-node": "11.1.0", |
| 240 | + "eslint-plugin-n": "17.9.0", |
241 | 241 | "eslint-plugin-prettier": "5.2.1", |
242 | 242 | "eslint-plugin-security": "3.0.1", |
243 | 243 | "five-server": "0.3.3", |
|
0 commit comments