chore: update vscode settings to configure stylelint for .vue files (#4821)

Co-authored-by: zhaoweijie <zhaoweijie1108@qq.com>
pull/48/MERGE
zhaoweijie 2024-11-06 21:34:06 +08:00 committed by GitHub
parent 488ccb5976
commit 6b54cb7563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
"stylelint.enable": true,
"stylelint.packageManager": "pnpm",
"stylelint.validate": ["css", "less", "postcss", "scss", "vue"],
"stylelint.customSyntax": "postcss-html",
"stylelint.snippet": ["css", "less", "postcss", "scss", "vue"],
"typescript.inlayHints.enumMemberValues.enabled": true,