Skip to content

Commit 27487b7

Browse files
authored
chore: Disable the Markdown MD033 rule (easy-temps#48)
1 parent 2f72ceb commit 27487b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"source.organizeImports": "never"
1313
},
1414

15+
// Disable the MD033 rule
16+
"markdownlint.config": {
17+
"default": true,
18+
"MD033": false
19+
},
20+
1521
// Silent the stylistic rules in you IDE, but still auto fix them
1622
"eslint.rules.customizations": [
1723
{ "rule": "style/*", "severity": "off" },

0 commit comments

Comments
 (0)