Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 6b41675

Browse files
Added Grammarly & Markdown plugin config
1 parent cc377de commit 6b41675

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"grammarly.files.include": [
3+
"**/*.md"
4+
],
5+
"markdownlint.config": {
6+
"default": true,
7+
"MD041": { "level": 2 }
8+
}
9+
}

0 commit comments

Comments
 (0)