Skip to content

Commit 9a87c8d

Browse files
committed
📝 docs(readme.md): fix typos and lint warnings
fixed Nodes to NodeJS removed extra return at the end of README-api.md
1 parent 8f3bd2d commit 9a87c8d

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

README-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ Welcome to the TypeDoc API documentation! This guide will help you navigate the
7171
## Conclusion
7272

7373
The TypeDoc API documentation is a powerful resource for understanding and utilizing your project’s API. By leveraging the tips and features outlined above, you can navigate the documentation more efficiently and make the most of the information available. Happy coding!
74-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# template-nodes-project
1+
# Template NodeJS Project
22

33
## How to use
44

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -132,81 +132,81 @@
132132
"cz-gitmoji-adapter": {
133133
"scopes": [
134134
".depcheckrc.json",
135-
".eslintrc.json",
136135
".eslintignore",
136+
".eslintrc.json",
137137
".gitignore",
138-
".prettierrc.json",
139138
".prettierignore",
139+
".prettierrc.json",
140140
"license",
141141
"readme-api.md",
142142
"readme.md",
143143
"commit-template.hbs",
144144
"commitlint.config.ts",
145+
"default-template.hbs",
145146
"emojitypescommitmessages.txt",
146147
"jest.config.json",
147-
"default-template.hbs",
148-
"package.json",
149148
"package-lock.json",
149+
"package.json",
150150
"release.config.ts",
151151
"renovate.json",
152152
"tsconfig.json",
153153
"typedoc.json",
154154
".vscode/settings.json",
155155
"public/.gitkeep",
156+
"repo_management_files/cz-emoji-type-extract.js",
156157
"repo_management_files/cz-type-extract.js",
157158
"repo_management_files/directorystructuredocument.md",
158-
"repo_management_files/cz-emoji-type-extract.js",
159159
"repo_management_files/extractfilescopes.js",
160160
"repo_management_files/genericcommitmessages.md",
161161
"repo_management_files/gitmojisemver-extract.js",
162162
"repo_management_files/issues.sh",
163163
"repo_management_files/labels.sh",
164164
"repo_management_files/packagejsondocument.md",
165+
".github/dependabot.yml",
166+
".github/workflows/build.yml",
167+
".github/workflows/docs.yml",
168+
".github/workflows/lint.yml",
169+
".github/workflows/pr.yml",
170+
".github/workflows/release.yml",
171+
".github/workflows/test.yml",
165172
".husky/commit-msg",
166173
".husky/prepare-commit-msg",
167174
".husky/_/.gitignore",
168175
".husky/_/applypatch-msg",
169-
".husky/_/h",
170176
".husky/_/commit-msg",
177+
".husky/_/h",
171178
".husky/_/post-applypatch",
179+
".husky/_/post-checkout",
172180
".husky/_/post-commit",
173181
".husky/_/post-merge",
174182
".husky/_/post-rewrite",
175183
".husky/_/pre-applypatch",
176184
".husky/_/pre-auto-gc",
185+
".husky/_/pre-commit",
177186
".husky/_/pre-push",
178187
".husky/_/pre-rebase",
179188
".husky/_/prepare-commit-msg",
180-
".husky/_/post-checkout",
181-
".husky/_/pre-commit",
182-
".github/dependabot.yml",
183-
".github/workflows/docs.yml",
184-
".github/workflows/lint.yml",
185-
".github/workflows/pr.yml",
186-
".github/workflows/release.yml",
187-
".github/workflows/test.yml",
188-
".github/workflows/build.yml",
189+
"src/app.ts",
190+
"src/bin/.gitkeep",
191+
"src/controllers/.gitkeep",
192+
"src/plugins/.gitkeep",
193+
"src/middleware/.gitkeep",
194+
"src/configs/.gitkeep",
195+
"src/models/.gitkeep",
196+
"src/views/.gitkeep",
197+
"src/utils/.gitkeep",
198+
"src/routes/.gitkeep",
189199
"test/.gitkeep",
190200
"test/app.test.ts",
191201
"test/bin/.gitkeep",
192-
"test/configs/.gitkeep",
202+
"test/controllers/.gitkeep",
193203
"test/middleware/.gitkeep",
204+
"test/models/.gitkeep",
194205
"test/plugins/.gitkeep",
195206
"test/routes/.gitkeep",
196-
"test/utils/.gitkeep",
197-
"test/models/.gitkeep",
207+
"test/configs/.gitkeep",
198208
"test/views/.gitkeep",
199-
"test/controllers/.gitkeep",
200-
"src/app.ts",
201-
"src/configs/.gitkeep",
202-
"src/bin/.gitkeep",
203-
"src/controllers/.gitkeep",
204-
"src/models/.gitkeep",
205-
"src/middleware/.gitkeep",
206-
"src/routes/.gitkeep",
207-
"src/utils/.gitkeep",
208-
"src/views/.gitkeep",
209-
"src/plugins/.gitkeep"
209+
"test/utils/.gitkeep"
210210
],
211211
"questions": {
212212
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)