diff --git a/.vscode/settings.json b/.vscode/settings.json index 6212e98..f3ced70 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,9 @@ "titleBar.activeForeground": "#15202b", "titleBar.inactiveBackground": "#61dafb99", "titleBar.inactiveForeground": "#15202b99" + }, + // Markdown linting + "markdownlint.config": { + "extends": ".markdownlint.json" } } \ No newline at end of file