Skip to content

Commit 71cde7a

Browse files
committed
📝 docs(repo_management_files/genericcommitmessages.md): removed the wrapping brackets
removed brackets because they aren't needed
1 parent 9dce690 commit 71cde7a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@
138138
".prettierrc.json",
139139
"license",
140140
"readme.md",
141-
"commit-template.hbs",
142141
"commitlint.config.ts",
142+
"commit-template.hbs",
143143
"default-template.hbs",
144144
"emojitypescommitmessages.txt",
145+
"jest.config.json",
145146
"package-lock.json",
146147
"package.json",
147-
"jest.config.json",
148-
"renovate.json",
149148
"release.config.ts",
149+
"renovate.json",
150150
"tsconfig.json",
151151
"typedoc.json",
152152
".vscode/settings.json",
@@ -174,11 +174,11 @@
174174
".husky/_/commit-msg",
175175
".husky/_/h",
176176
".husky/_/post-applypatch",
177-
".husky/_/post-checkout",
178177
".husky/_/post-commit",
179178
".husky/_/post-merge",
180179
".husky/_/post-rewrite",
181180
".husky/_/pre-applypatch",
181+
".husky/_/post-checkout",
182182
".husky/_/pre-auto-gc",
183183
".husky/_/pre-commit",
184184
".husky/_/pre-push",
@@ -187,20 +187,20 @@
187187
"src/app.ts",
188188
"src/bin/.gitkeep",
189189
"src/configs/.gitkeep",
190-
"src/controllers/.gitkeep",
191190
"src/middleware/.gitkeep",
191+
"src/controllers/.gitkeep",
192192
"src/models/.gitkeep",
193-
"src/plugins/.gitkeep",
194-
"src/routes/.gitkeep",
195193
"src/utils/.gitkeep",
194+
"src/plugins/.gitkeep",
196195
"src/views/.gitkeep",
196+
"src/routes/.gitkeep",
197197
"test/.gitkeep",
198198
"test/bin/.gitkeep",
199+
"test/middleware/.gitkeep",
200+
"test/plugins/.gitkeep",
199201
"test/configs/.gitkeep",
200202
"test/controllers/.gitkeep",
201-
"test/middleware/.gitkeep",
202203
"test/models/.gitkeep",
203-
"test/plugins/.gitkeep",
204204
"test/routes/.gitkeep",
205205
"test/utils/.gitkeep",
206206
"test/views/.gitkeep"

repo_management_files/genericCommitMessages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are making a commit without using the `cz` commit or the `bun cm` or `bun
2424

2525
Click the type of message you would like to use below and copy into your commit message. Remember to change teh scope to the appropriate scope of your project if you choose a scoped message.
2626

27-
{{< /*<!-- markdownlint-disable MD033 -->*/ >}}
27+
<!-- markdownlint-disable MD033 -->
2828
<details>
2929
<summary>Scoped</summary>
3030

0 commit comments

Comments
 (0)