Skip to content

Commit f2ab6db

Browse files
author
matmoncon
committed
chore: update markdownlint settings
1 parent 2d381b9 commit f2ab6db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"python.testing.unittestEnabled": false,
1010
"python.testing.pytestEnabled": true,
1111
"markdownlint.config": {
12-
"MD039": false,
13-
"MD033": false
12+
"MD024": false,
13+
"MD033": false,
14+
"MD039": false
1415
},
1516
"files.exclude": {
1617
"**/.git": true,

0 commit comments

Comments
 (0)