We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d98301 commit b7d7778Copy full SHA for b7d7778
2 files changed
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
// Ensure editing files in this workspace uses Unix line endings
3
"files.eol": "\n",
4
+ "markdownlint.configFile": ".github/markdownlint.jsonc",
5
}
DEVELOPMENT.md
@@ -4,7 +4,7 @@
- Install **Visual Studio Code®**.
6
- Install **Node.js®** on your machine and ensure it is on your path.
7
- - The currently minimum required version is 20.19.x (LTS).
+ - The currently minimum required version is 20.19.x (LTS).
8
- Install **Yarn** which is used to build and execute scripts in this repository:
9
10
```sh
0 commit comments