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

15 lines
256 B
JSON
Raw Normal View History

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