Skip to content

Commit 0caf871

Browse files
committed
(doc) Add configuration for markdownlint
1 parent 1cb9a83 commit 0caf871

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD026": false
3+
}

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"cSpell.words": [
3+
"addasset",
4+
"buildartifacts",
5+
"choco",
6+
"gitreleasemanager",
7+
"nupkg",
8+
"psake",
9+
"releasenotes",
10+
"showconfig"
11+
]
12+
}

0 commit comments

Comments
 (0)