daofu-gov-pc/.vscode/settings.json

15 lines
264 B
JSON
Raw Permalink Normal View History

2024-01-23 09:11:49 +08:00
{
"editor.codeActionsOnSave": {
2024-06-06 11:05:32 +08:00
"source.fixAll.eslint": "never",
"source.fixAll.stylelint": "explicit"
2024-01-23 09:11:49 +08:00
},
"stylelint.validate": [
"css",
"scss",
"vue"
],
"cSpell.words": [
"safetelephone"
]
}