Skip to content

Commit

Permalink
chore: update VSCode settings to configure Stylelint for .vue files
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoweijie1213 committed Nov 6, 2024
1 parent 488ccb5 commit e540b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e540b94

Please sign in to comment.