{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"stylelint.validate": [
"css",
"scss",
"vue"
],
"editor.inlayHints.enabled": "off",
"typescript.tsdk": "node_modules/typescript/lib"
}