15 lines
256 B
JSON
15 lines
256 B
JSON
|
|
{
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.fixAll.eslint": false,
|
||
|
|
"source.fixAll.stylelint": true
|
||
|
|
},
|
||
|
|
"stylelint.validate": [
|
||
|
|
"css",
|
||
|
|
"scss",
|
||
|
|
"vue"
|
||
|
|
],
|
||
|
|
"cSpell.words": [
|
||
|
|
"safetelephone"
|
||
|
|
]
|
||
|
|
}
|