build: configure rules for markdownlint

This commit is contained in:
Cotes Chung
2024-03-02 02:07:35 +08:00
parent 8a2afae6ca
commit 25b2ffa9ba
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@
"files.associations": {
"*.html": "liquid"
},
"[markdown]": {
"editor.formatOnSave": false
},
// Formatter
"[html][liquid]": {
"editor.defaultFormatter": "Shopify.theme-check-vscode"