Skip to content

Commit b7d7778

Browse files
committed
Fixup: Markdownlint ul indention
1 parent 1d98301 commit b7d7778

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
// Ensure editing files in this workspace uses Unix line endings
33
"files.eol": "\n",
4+
"markdownlint.configFile": ".github/markdownlint.jsonc",
45
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Install **Visual Studio Code®**.
66
- Install **Node.js®** on your machine and ensure it is on your path.
7-
- The currently minimum required version is 20.19.x (LTS).
7+
- The currently minimum required version is 20.19.x (LTS).
88
- Install **Yarn** which is used to build and execute scripts in this repository:
99

1010
```sh

0 commit comments

Comments
 (0)