Skip to content

Commit

Permalink
chore(vscode): add markdownlint extension
Browse files Browse the repository at this point in the history
- customize rule MD024
- customize rule MD033
  • Loading branch information
SimonGolms committed Aug 30, 2022
1 parent e5305a6 commit 9d00704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"DavidAnson.vscode-markdownlint",
"aaron-bond.better-comments",
"chakrounanas.turbo-console-log",
"dbaeumer.vscode-eslint",
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"markdownlint.config": {
"MD024": { "siblings_only": true },
"MD033": { "allowed_elements": ["br", "code", "details", "summary"] }
},
"markdownlint.ignore": [".gitattributes", ".gitignore"]
}

0 comments on commit 9d00704

Please sign in to comment.