You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[If You're Building a Website](#if-youre-building-a-website)
38
+
-[Conqueror](#conqueror)
39
+
-[Browtest](#browtest)
40
+
41
+
-[Change of Maintainer](#change-of-maintainer)
42
+
43
+
-[Helpers](#helpers)
44
+
45
+
-[Visual Studio Code](#visual-studio-code)
46
+
47
+
-[Husky](#husky)
48
+
49
+
-[Authors](#authors)
50
+
51
+
-[Contributors](#contributors)
52
+
53
+
-[Contributing](#contributing)
54
+
55
+
-[Versioning](#versioning)
56
+
57
+
-[License](#license)
58
+
59
+
-[Acknowledgments](#acknowledgments)
32
60
33
61
## **Stop Wasting Time on Repository Build-up!**
34
62
@@ -56,7 +84,7 @@ This template includes ready-made solutions for integration with:
56
84
-**Auto Merge Bot**.
57
85
-**Issue & Pull Request Templates**.
58
86
59
-
> [!TIP]
87
+
> \[!TIP]
60
88
> **A good solution for your business!**
61
89
>
62
90
> Now you don't have to worry about unnecessary costs.
@@ -155,9 +183,9 @@ This template includes ready-made solutions for integration with:
155
183
156
184
## Package.json scripts
157
185
158
-
-**`init`**: Installs **node_modules** and **husky**.
186
+
-**`init`**: Installs **`node_modules`** and **`Husky`**.
159
187
160
-
-**`lint:editorconfig`**: Runs **`editorconfig-checker`** and
188
+
-**`lint:editorconfig`**: Runs **`Editorconfig Checker`** and
161
189
checks all files in the project.
162
190
163
191
> Also runs with the [**`editorconfig.yml`**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.github/workflows/editorconfig.yml)
@@ -166,23 +194,23 @@ This template includes ready-made solutions for integration with:
166
194
-**`fix:prettier`**: Runs **`Prettier`** with the **`--write`** flag.
167
195
168
196
> In the [**`prettier.yml`**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.github/workflows/prettier.yml)
169
-
> workflow, **`prettier`** is run with the **`--check`** flag.
197
+
> workflow, **`Prettier`** is run with the **`--check`** flag.
170
198
>
171
199
> Also run with a **`pre-commit`** hook.
172
200
173
-
-**`lint:remark`**: Runs **`remark`** with the **`--quiet`** flag and
201
+
-**`lint:markdown`**: Runs **`Remark`** with the **`--quiet`** flag and
174
202
checks all markdown files.
175
203
176
204
> Also runs with the [**`markdown.yml`**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.github/workflows/markdown.yml)
177
205
> workflow.
178
206
179
-
-**`lint:eslint`**: Runs **`eslint`** with the flags**`--fix`** and
180
-
**`--no-error-on-unmatched-pattern`** flags for all **TypeScript** files.
207
+
-**`lint:ts`**: Runs **`ESLint`** with the flag**`--fix`**
208
+
for all **TypeScript** files.
181
209
182
210
> Also runs with the [**`eslint.yml`**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.github/workflows/eslint.yml)
183
211
> workflow.
184
212
185
-
-**`test`**: Runs **`Mocha`** and the tests in the **\_\_tests\_\_/** folder.
213
+
-**`test`**: Runs **`Mocha`** and the tests in the **specs/** folder.
186
214
187
215
> Also runs using the [**`mocha.yml`**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.github/workflows/mocha.yml)
188
216
> workflow.
@@ -200,6 +228,9 @@ This template includes ready-made solutions for integration with:
200
228
-**`create-pull-request.yml`**: Automatically creates a Pull Request
> If you want to change the rules in **`.prettierrc.json`** you can do it
253
284
> in **`.editorconfig`**, prettier will automatically pick up the rules
254
285
> from editorconfig.
255
286
256
-
> [!NOTE]
287
+
> \[!NOTE]
257
288
> All **markdown** and **ignore** files [**ignored**](https://github.com/Conqueror-Site-Builder/conqueror-repo-template/blob/main/.prettierignore).
258
289
259
290
## Using Bots
260
291
261
-
> [!WARNING]
292
+
> \[!WARNING]
262
293
> To use
263
294
> [**Welcome Bot**](https://github.com/apps/welcome) and
0 commit comments