removed unhelpful linting rules
This commit is contained in:
parent
dd62483e5a
commit
9cee75eb59
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -4,5 +4,9 @@
|
||||||
"pattern": "**/*.md",
|
"pattern": "**/*.md",
|
||||||
"snippet": "note"
|
"snippet": "note"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"markdownlint.config": {
|
||||||
|
"MD013": false,
|
||||||
|
"MD033": false
|
||||||
|
},
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user