add linting for docs markdown content

This commit is contained in:
Caesar Schinas 2023-08-16 16:34:40 +01:00
parent 8b922f661d
commit 4e059dc7f9
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
11 changed files with 2034 additions and 7 deletions

3
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"recommendations": ["unifiedjs.vscode-remark", "esbenp.prettier-vscode"]
}