Skip to content

Commit

Permalink
chore: Disable the Markdown MD033 rule (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReginYuan authored Dec 21, 2023
1 parent 2f72ceb commit 27487b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"source.organizeImports": "never"
},

// Disable the MD033 rule
"markdownlint.config": {
"default": true,
"MD033": false
},

// Silent the stylistic rules in you IDE, but still auto fix them
"eslint.rules.customizations": [
{ "rule": "style/*", "severity": "off" },
Expand Down

0 comments on commit 27487b7

Please sign in to comment.